diff options
Diffstat (limited to 'clang/test/Lexer/block_cmt_end.c')
-rw-r--r-- | clang/test/Lexer/block_cmt_end.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/clang/test/Lexer/block_cmt_end.c b/clang/test/Lexer/block_cmt_end.c index f54b6a4a21a..1d00137644c 100644 --- a/clang/test/Lexer/block_cmt_end.c +++ b/clang/test/Lexer/block_cmt_end.c @@ -1,9 +1,9 @@ /* - RUN: %clang_cc1 -E -trigraphs %s | grep bar - RUN: %clang_cc1 -E -trigraphs %s | grep foo - RUN: %clang_cc1 -E -trigraphs %s | not grep qux - RUN: %clang_cc1 -E -trigraphs %s | not grep xyz - RUN: %clang_cc1 -fsyntax-only -trigraphs -verify %s + RUN: %clang_cc1 -E -ftrigraphs %s | grep bar + RUN: %clang_cc1 -E -ftrigraphs %s | grep foo + RUN: %clang_cc1 -E -ftrigraphs %s | not grep qux + RUN: %clang_cc1 -E -ftrigraphs %s | not grep xyz + RUN: %clang_cc1 -fsyntax-only -ftrigraphs -verify %s */ // This is a simple comment, /*/ does not end a comment, the trailing */ does. |