diff options
Diffstat (limited to 'test/Preprocessor/undef-error.c')
-rw-r--r-- | test/Preprocessor/undef-error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/undef-error.c b/test/Preprocessor/undef-error.c index f818e59..ad611de 100644 --- a/test/Preprocessor/undef-error.c +++ b/test/Preprocessor/undef-error.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -pedantic-errors -verify +// RUN: %clang_cc1 %s -pedantic-errors -verify // PR2045 #define b |