diff options
Diffstat (limited to 'test/Preprocessor/macro_paste_none.c')
-rw-r--r-- | test/Preprocessor/macro_paste_none.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_none.c b/test/Preprocessor/macro_paste_none.c index e978fca225..97ccd7c5cb 100644 --- a/test/Preprocessor/macro_paste_none.c +++ b/test/Preprocessor/macro_paste_none.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -E %s | grep '!!' +// RUN: %clang_cc1 -E %s | grep '!!' #define A(B,C) B ## C |