diff options
Diffstat (limited to 'test/Lexer/newline-eof.c')
-rw-r--r-- | test/Lexer/newline-eof.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Lexer/newline-eof.c b/test/Lexer/newline-eof.c index 2f95dc7..12087b2 100644 --- a/test/Lexer/newline-eof.c +++ b/test/Lexer/newline-eof.c @@ -1,5 +1,5 @@ -// RUN: %clang -fsyntax-only -Wnewline-eof -verify %s +// RUN: %clang -cc1 -fsyntax-only -Wnewline-eof -verify %s // rdar://9133072 // The following line isn't terminated, don't fix it. -void foo() {} // expected-warning{{No newline at end of file}}
\ No newline at end of file +void foo() {} // expected-warning{{no newline at end of file}}
\ No newline at end of file |