aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-03-10 03:02:29 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-03-10 03:02:29 +0000
commite6adea918fa884c9b381b84361289f843e1ecd11 (patch)
tree0fc58fa6bde53b5c501d341bd17c58ef80b3de3a
parent79a55010ed5afa88939e74186494ecfadefbfa43 (diff)
test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple i386-apple-darwin9".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152476 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Rewriter/rewrite-modern-ivars-2.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Rewriter/rewrite-modern-ivars-2.mm b/test/Rewriter/rewrite-modern-ivars-2.mm
index ead8e8f548..643d4518e4 100644
--- a/test/Rewriter/rewrite-modern-ivars-2.mm
+++ b/test/Rewriter/rewrite-modern-ivars-2.mm
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
-// RUN: %clang_cc1 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -fblocks -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
@interface B @end