Skip to content

Commit 4803ba9

Browse files
committed
[clang][Interp] Remove expected-no-directives lines
We now always have expected output.
1 parent b78f3ea commit 4803ba9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang/test/AST/Interp/intap.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,4 @@ namespace i128 {
9090
// expected-error {{must be initialized by a constant expression}} \
9191
// expected-note {{is outside the range of representable values of type}}
9292
}
93-
94-
#else
95-
/// No int128 support, so no expected directives.
96-
97-
// expected-no-diagnostics
98-
// ref-no-diagnostics
9993
#endif

0 commit comments

Comments
 (0)