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 b319c51f29f..824092c16f5 100644
--- a/clang/test/Preprocessor/cxx_compl.cpp
+++ b/clang/test/Preprocessor/cxx_compl.cpp
@@ -1,6 +1,6 @@
-// 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'
+// RUN: %clang_cc1 -DA=1 -E %s | grep 'int a = 37 == 37'
+// RUN: %clang_cc1 -DA=0 -E %s | grep 'int a = 927 == 927'
+// RUN: %clang_cc1 -E %s | grep 'int a = 927 == 927'
#if compl 0 bitand A
#define X 37
#else
OpenPOWER on IntegriCloud