summaryrefslogtreecommitdiffstats
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
commitada065ff52e27118e92abf7ec4fc7d44b310f056 (patch)
tree6a8f9644a20448829dc1b4aec7e6c75c222c6e54
parent2c2aa9a9bef61a9962ff28895ef61df6fed9ab98 (diff)
downloadbcm5719-llvm-ada065ff52e27118e92abf7ec4fc7d44b310f056.tar.gz
bcm5719-llvm-ada065ff52e27118e92abf7ec4fc7d44b310f056.zip
Give this test a triple; I don't think we want to #define __unsafe_unretained
on all platforms in non-ARC mode. llvm-svn: 133114
-rw-r--r--clang/test/SemaObjC/arc-unsafe_unretained.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/arc-unsafe_unretained.m b/clang/test/SemaObjC/arc-unsafe_unretained.m
index 20ae792d5d9..77bdded1763 100644
--- a/clang/test/SemaObjC/arc-unsafe_unretained.m
+++ b/clang/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 {
OpenPOWER on IntegriCloud