diff options
Diffstat (limited to 'test/Preprocessor/disabled-cond-diags.c')
-rw-r--r-- | test/Preprocessor/disabled-cond-diags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/disabled-cond-diags.c b/test/Preprocessor/disabled-cond-diags.c index eb7632f..531842a 100644 --- a/test/Preprocessor/disabled-cond-diags.c +++ b/test/Preprocessor/disabled-cond-diags.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -E %s 2>&1 | not grep "warning\|error" +// RUN: %clang_cc1 -E %s 2>&1 | not grep "warning\|error" #if 0 |