summaryrefslogtreecommitdiff
path: root/test/Rewriter/properties.m
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-03-05 00:04:18 +0000
committerReid Kleckner <reid@kleckner.net>2015-03-05 00:04:18 +0000
commit07402d207eedd23ea03d2be684f35e3811429fe2 (patch)
tree2dbd3e65b1d07512aa167c6570130a902de17de3 /test/Rewriter/properties.m
parentdd772b50f6c73251b9180858abb7b63d53286cec (diff)
downloadclang-07402d207eedd23ea03d2be684f35e3811429fe2.tar.gz
Give some obj-c rewriter tests that use MS pragmas a triple as a speculative fix
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Rewriter/properties.m')
-rw-r--r--test/Rewriter/properties.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Rewriter/properties.m b/test/Rewriter/properties.m
index 67e864ed0f..9943511c36 100644
--- a/test/Rewriter/properties.m
+++ b/test/Rewriter/properties.m
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -x objective-c -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
-// RUN: %clang_cc1 -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
+// RUN: %clang_cc1 -triple i686-pc-windows -x objective-c -Wno-return-type -fblocks -fms-extensions -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o %t-rw.cpp
+// RUN: %clang_cc1 -triple i686-pc-windows -fsyntax-only -fms-extensions -Wno-address-of-temporary -Did="void *" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
void *sel_registerName(const char *);