diff options
Diffstat (limited to 'clang/test/Preprocessor/if_warning.c')
-rw-r--r-- | clang/test/Preprocessor/if_warning.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/if_warning.c b/clang/test/Preprocessor/if_warning.c index bf30d303b66..f07c88707e7 100644 --- a/clang/test/Preprocessor/if_warning.c +++ b/clang/test/Preprocessor/if_warning.c @@ -1,5 +1,5 @@ -// RUN: clang %s -E -Wundef -Werror 2>&1 | grep error | count 1 && -// RUN: clang %s -E -Werror 2>&1 | not grep error +// RUN: clang-cc %s -E -Wundef -Werror 2>&1 | grep error | count 1 && +// RUN: clang-cc %s -E -Werror 2>&1 | not grep error #if foo // Should generate an warning #endif |