diff options
Diffstat (limited to 'clang/test/Preprocessor/comment_save_if.c')
-rw-r--r-- | clang/test/Preprocessor/comment_save_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/comment_save_if.c b/clang/test/Preprocessor/comment_save_if.c index ce7b4c45b10..c08b2d7c78b 100644 --- a/clang/test/Preprocessor/comment_save_if.c +++ b/clang/test/Preprocessor/comment_save_if.c @@ -1,4 +1,4 @@ -// RUN: clang %s -E -CC -pedantic 2>&1 | grep -v '^/' | not grep warning +// RUN: clang-cc %s -E -CC -pedantic 2>&1 | grep -v '^/' | not grep warning #if 1 /*bar */ |