diff options
Diffstat (limited to 'test/Preprocessor/invalid-__has_warning1.c')
-rw-r--r-- | test/Preprocessor/invalid-__has_warning1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/invalid-__has_warning1.c b/test/Preprocessor/invalid-__has_warning1.c index b6a0b2e8ee3c9..5e4f12f5699d9 100644 --- a/test/Preprocessor/invalid-__has_warning1.c +++ b/test/Preprocessor/invalid-__has_warning1.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -verify %s // These must be the last lines in this test. -// expected-error@+1{{expected string literal}} expected-error@+1 2{{expected}} +// expected-error@+1{{unterminated}} expected-error@+1 2{{expected}} int i = __has_warning( |