diff --git a/clang/test/AST/Interp/intap.cpp b/clang/test/AST/Interp/intap.cpp index ba9f28f2da4ab0..8fe65a69a4fee8 100644 --- a/clang/test/AST/Interp/intap.cpp +++ b/clang/test/AST/Interp/intap.cpp @@ -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