Index: test/Preprocessor/cxx_true.cpp =================================================================== --- test/Preprocessor/cxx_true.cpp +++ test/Preprocessor/cxx_true.cpp @@ -1,7 +1,7 @@ -/* RUN: %clang_cc1 -E %s -x c++ | grep block_1 - RUN: %clang_cc1 -E %s -x c++ | not grep block_2 - RUN: %clang_cc1 -E %s -x c | not grep block - RUN: %clang_cc1 -E %s -x c++ -verify -Wundef +/* RUN: %clang_cc1 -E -P %s -x c++ | grep block_1 + RUN: %clang_cc1 -E -P %s -x c++ | not grep block_2 + RUN: %clang_cc1 -E -P %s -x c | not grep block + RUN: %clang_cc1 -E -P %s -x c++ -verify -Wundef */ // expected-no-diagnostics