diff options
Diffstat (limited to 'test/Preprocessor/pushable-diagnostics.c')
-rw-r--r-- | test/Preprocessor/pushable-diagnostics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/pushable-diagnostics.c b/test/Preprocessor/pushable-diagnostics.c index fe55122..6c861a1 100644 --- a/test/Preprocessor/pushable-diagnostics.c +++ b/test/Preprocessor/pushable-diagnostics.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify -pedantic %s +// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}} |