summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_disable3.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/macro_disable3.c')
-rw-r--r--clang/test/Preprocessor/macro_disable3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/macro_disable3.c b/clang/test/Preprocessor/macro_disable3.c
index d4a5664ae99..eab0a5e0463 100644
--- a/clang/test/Preprocessor/macro_disable3.c
+++ b/clang/test/Preprocessor/macro_disable3.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -E | FileCheck -strict-whitespace %s
+// RUN: %clang_cc1 %s -E | FileCheck -strict-whitespace %s
// Check for C99 6.10.3.4p2.
#define f(a) f(x * (a))
OpenPOWER on IntegriCloud