diff options
Diffstat (limited to 'test/Preprocessor/cxx_bitand.cpp')
-rw-r--r-- | test/Preprocessor/cxx_bitand.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Preprocessor/cxx_bitand.cpp b/test/Preprocessor/cxx_bitand.cpp index ecc52e89ab..8d7fe678e3 100644 --- a/test/Preprocessor/cxx_bitand.cpp +++ b/test/Preprocessor/cxx_bitand.cpp @@ -1,6 +1,6 @@ -// RUN: clang -DA=1 -DB=2 -E %s | grep 'int a = 927 == 927' && -// RUN: clang -DA=1 -DB=1 -E %s | grep 'int a = 37 == 37' && -// RUN: clang -E %s | grep 'int a = 927 == 927' +// RUN: clang-cc -DA=1 -DB=2 -E %s | grep 'int a = 927 == 927' && +// RUN: clang-cc -DA=1 -DB=1 -E %s | grep 'int a = 37 == 37' && +// RUN: clang-cc -E %s | grep 'int a = 927 == 927' #if A bitand B #define X 37 #else |