]> granicus.if.org Git - clang/commitdiff
Give this test a triple; I don't think we want to #define __unsafe_unretained
authorJohn McCall <rjmccall@apple.com>
Thu, 16 Jun 2011 00:32:01 +0000 (00:32 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 16 Jun 2011 00:32:01 +0000 (00:32 +0000)
on all platforms in non-ARC mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133114 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/arc-unsafe_unretained.m

index 20ae792d5d9fb6ea162817bd01a540aab477ff00..77bdded1763b9c3c7df95ed30d93d00af6f7f482 100644 (file)
@@ -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 {