aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/dump_macros.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/dump_macros.c')
-rw-r--r--test/Preprocessor/dump_macros.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/dump_macros.c b/test/Preprocessor/dump_macros.c
index 348257fb51..d3e06b2bfa 100644
--- a/test/Preprocessor/dump_macros.c
+++ b/test/Preprocessor/dump_macros.c
@@ -1,4 +1,4 @@
-// RUN: clang -E -dM %s -o %t &&
+// RUN: clang-cc -E -dM %s -o %t &&
// Space even without expansion tokens
// RUN: grep "#define A(x) " %t &&