diff options
Diffstat (limited to 'clang/test/Lexer/block_cmt_end.c')
-rw-r--r-- | clang/test/Lexer/block_cmt_end.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Lexer/block_cmt_end.c b/clang/test/Lexer/block_cmt_end.c index f176f70a5c6..2f31249fec4 100644 --- a/clang/test/Lexer/block_cmt_end.c +++ b/clang/test/Lexer/block_cmt_end.c @@ -1,4 +1,8 @@ /* + RUN: clang -E %s | grep bar && + 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 */ |