diff options
Diffstat (limited to 'test/Lexer/pragma-mark.c')
-rw-r--r-- | test/Lexer/pragma-mark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Lexer/pragma-mark.c b/test/Lexer/pragma-mark.c index 96e8485..e58b226 100644 --- a/test/Lexer/pragma-mark.c +++ b/test/Lexer/pragma-mark.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -fsyntax-only -verify +// expected-no-diagnostics // Lexer diagnostics shouldn't be included in #pragma mark. #pragma mark Mike's world |