]> granicus.if.org Git - clang/commitdiff
Fix has_attribute.cpp test on Windows after r364102
authorReid Kleckner <rnk@google.com>
Fri, 21 Jun 2019 22:28:52 +0000 (22:28 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 21 Jun 2019 22:28:52 +0000 (22:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@364108 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/has_attribute.cpp

index 30544f2194ef1e3e82fbcbcb628ba66a770fadf5..d35b673e68bfb5fbc5637ad4bd9ba7da932c5363 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -triple i386-unknown-unknown -fms-compatibility -std=c++11 -E %s -o - | FileCheck %s --check-prefixes=CHECK,ITANIUM --implicit-check-not=:
-// RUN: %clang_cc1 -triple i386-windows -fms-compatibility -std=c++11 -E %s -o - | FileCheck %s --check-prefixes=CHECK,WINDOWS --implicit-check-not=:
+// RUN: %clang_cc1 -triple i386-unknown-unknown -fms-compatibility -std=c++11 -E -P %s -o - | FileCheck %s --check-prefixes=CHECK,ITANIUM --implicit-check-not=:
+// RUN: %clang_cc1 -triple i386-windows -fms-compatibility -std=c++11 -E -P %s -o - | FileCheck %s --check-prefixes=CHECK,WINDOWS --implicit-check-not=:
 
 #define CXX11(x) x: __has_cpp_attribute(x)