diff options
Diffstat (limited to 'clang/test/Preprocessor/macro_paste_bad.c')
-rw-r--r-- | clang/test/Preprocessor/macro_paste_bad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/macro_paste_bad.c b/clang/test/Preprocessor/macro_paste_bad.c index 60caa427438..1ccfdec368c 100644 --- a/clang/test/Preprocessor/macro_paste_bad.c +++ b/clang/test/Preprocessor/macro_paste_bad.c @@ -1,4 +1,4 @@ -// RUN: clang -Eonly %s 2>&1 | grep error +// RUN: clang-cc -Eonly %s 2>&1 | grep error // pasting ""x"" and ""+"" does not give a valid preprocessing token #define XYZ x ## + XYZ |