diff options
Diffstat (limited to 'clang/test/Preprocessor/c90.c')
-rw-r--r-- | clang/test/Preprocessor/c90.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/c90.c b/clang/test/Preprocessor/c90.c index ed63d1b3d7c..1d5010d75e3 100644 --- a/clang/test/Preprocessor/c90.c +++ b/clang/test/Preprocessor/c90.c @@ -1,4 +1,4 @@ -/* RUN: clang-cc %s -std=c89 -Eonly -verify -pedantic-errors +/* RUN: %clang_cc1 %s -std=c89 -Eonly -verify -pedantic-errors */ /* PR3919 */ |