diff options
Diffstat (limited to 'clang/test/Lexer/block_cmt_end.c')
-rw-r--r-- | clang/test/Lexer/block_cmt_end.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Lexer/block_cmt_end.c b/clang/test/Lexer/block_cmt_end.c index 20d90452213..444500d03d3 100644 --- a/clang/test/Lexer/block_cmt_end.c +++ b/clang/test/Lexer/block_cmt_end.c @@ -3,7 +3,7 @@ RUN: clang -E %s | grep foo && RUN: clang -E %s | not grep abc && RUN: clang -E %s | not grep xyz && - RUN: clang -parse-ast-check %s + RUN: clang -parse-ast -verify %s */ // This is a simple comment, /*/ does not end a comment, the trailing */ does. |