summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/cxx_compl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/cxx_compl.cpp')
-rw-r--r--clang/test/Preprocessor/cxx_compl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Preprocessor/cxx_compl.cpp b/clang/test/Preprocessor/cxx_compl.cpp
index 12e589ffa1e..f1cc6d2800d 100644
--- a/clang/test/Preprocessor/cxx_compl.cpp
+++ b/clang/test/Preprocessor/cxx_compl.cpp
@@ -1,6 +1,6 @@
-// RUN: clang -DA=1 -E %s | grep 'int a = 37 == 37' &&
-// RUN: clang -DA=0 -E %s | grep 'int a = 927 == 927' &&
-// RUN: clang -E %s | grep 'int a = 927 == 927'
+// RUN: clang-cc -DA=1 -E %s | grep 'int a = 37 == 37' &&
+// RUN: clang-cc -DA=0 -E %s | grep 'int a = 927 == 927' &&
+// RUN: clang-cc -E %s | grep 'int a = 927 == 927'
#if compl 0 bitand A
#define X 37
#else
OpenPOWER on IntegriCloud