aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2011-06-16 00:32:01 +0000
committerJohn McCall <rjmccall@apple.com>2011-06-16 00:32:01 +0000
commitedb150bcf975929f4b321ef179bd1e2c3efe76db (patch)
tree0e0bad22298c662fd273ea6cff29943c91adf346
parent098df7f1de80527d7a70e410a5830c8b2d742310 (diff)
Give this test a triple; I don't think we want to #define __unsafe_unretained
on all platforms in non-ARC mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133114 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/SemaObjC/arc-unsafe_unretained.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/arc-unsafe_unretained.m b/test/SemaObjC/arc-unsafe_unretained.m
index 20ae792d5d..77bdded176 100644
--- a/test/SemaObjC/arc-unsafe_unretained.m
+++ b/test/SemaObjC/arc-unsafe_unretained.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi %s
// RUN: %clang_cc1 -fsyntax-only -verify -fblocks -fobjc-nonfragile-abi -fobjc-arc %s
struct X {