summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/dump_macros.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/dump_macros.c')
-rw-r--r--clang/test/Preprocessor/dump_macros.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/dump_macros.c b/clang/test/Preprocessor/dump_macros.c
index 5908fec4b68..d420eb4066d 100644
--- a/clang/test/Preprocessor/dump_macros.c
+++ b/clang/test/Preprocessor/dump_macros.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -E -dM %s -o - | FileCheck %s -strict-whitespace
+// RUN: %clang_cc1 -E -dM %s -o - | FileCheck %s -strict-whitespace
// Space at end even without expansion tokens
// CHECK: #define A(x)
OpenPOWER on IntegriCloud