summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/paste_bad.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/paste_bad.c')
-rw-r--r--clang/test/Preprocessor/paste_bad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/paste_bad.c b/clang/test/Preprocessor/paste_bad.c
index 89e879957e4..de2417fbf5c 100644
--- a/clang/test/Preprocessor/paste_bad.c
+++ b/clang/test/Preprocessor/paste_bad.c
@@ -1,6 +1,6 @@
// GCC PR 20077
-// RUN: not clang -E %s &&
-// RUN: not clang -E %s 2>&1 | grep error: | wc -l | grep 10
+// RUN: not clang-cc -E %s &&
+// RUN: not clang-cc -E %s 2>&1 | grep error: | wc -l | grep 10
#define a a ## ## /* { dg-error "end of a macro expansion" } */
#define b() b ## ## /* { dg-error "end of a macro expansion" } */
OpenPOWER on IntegriCloud