Skip to content

Commit

Permalink
[clang][Interp] Remove expected-no-directives lines
Browse files Browse the repository at this point in the history
We now always have expected output.
  • Loading branch information
tbaederr committed Oct 11, 2023
1 parent b78f3ea commit 4803ba9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions clang/test/AST/Interp/intap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,4 @@ namespace i128 {
// expected-error {{must be initialized by a constant expression}} \
// expected-note {{is outside the range of representable values of type}}
}

#else
/// No int128 support, so no expected directives.

// expected-no-diagnostics
// ref-no-diagnostics
#endif

0 comments on commit 4803ba9

Please sign in to comment.