From: John McCall Date: Thu, 16 Jun 2011 00:32:01 +0000 (+0000) Subject: Give this test a triple; I don't think we want to #define __unsafe_unretained X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edb150bcf975929f4b321ef179bd1e2c3efe76db;p=clang 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 --- 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 {