diff options
Diffstat (limited to 'test/Preprocessor/cxx_xor.cpp')
-rw-r--r-- | test/Preprocessor/cxx_xor.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Preprocessor/cxx_xor.cpp b/test/Preprocessor/cxx_xor.cpp index 7a4c8822cd..a38c3c5454 100644 --- a/test/Preprocessor/cxx_xor.cpp +++ b/test/Preprocessor/cxx_xor.cpp @@ -1,8 +1,8 @@ -// RUN: clang -DA=1 -DB=1 -E %s | grep 'int a = 927 == 927' && -// RUN: clang -DA=0 -DB=1 -E %s | grep 'int a = 37 == 37' && -// RUN: clang -DA=1 -DB=0 -E %s | grep 'int a = 37 == 37' && -// RUN: clang -DA=0 -DB=0 -E %s | grep 'int a = 927 == 927' && -// RUN: clang -E %s | grep 'int a = 927 == 927' +// RUN: clang-cc -DA=1 -DB=1 -E %s | grep 'int a = 927 == 927' && +// RUN: clang-cc -DA=0 -DB=1 -E %s | grep 'int a = 37 == 37' && +// RUN: clang-cc -DA=1 -DB=0 -E %s | grep 'int a = 37 == 37' && +// RUN: clang-cc -DA=0 -DB=0 -E %s | grep 'int a = 927 == 927' && +// RUN: clang-cc -E %s | grep 'int a = 927 == 927' #if A xor B #define X 37 #else |