diff options
Diffstat (limited to 'test/Preprocessor/macro_paste_c_block_comment.c')
-rw-r--r-- | test/Preprocessor/macro_paste_c_block_comment.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Preprocessor/macro_paste_c_block_comment.c b/test/Preprocessor/macro_paste_c_block_comment.c index 9299514c51..86f812421d 100644 --- a/test/Preprocessor/macro_paste_c_block_comment.c +++ b/test/Preprocessor/macro_paste_c_block_comment.c @@ -1,6 +1,6 @@ -// RUN: clang %s -Eonly 2>&1 | grep error && -// RUN: clang %s -Eonly 2>&1 | not grep unterminated && -// RUN: clang %s -Eonly 2>&1 | not grep scratch +// RUN: clang-cc %s -Eonly 2>&1 | grep error && +// RUN: clang-cc %s -Eonly 2>&1 | not grep unterminated && +// RUN: clang-cc %s -Eonly 2>&1 | not grep scratch #define COMM / ## * COMM |