From: Eli Friedman Date: Wed, 4 Mar 2009 06:00:10 +0000 (+0000) Subject: Make this test a bit more specific about the target so that it passes on X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdf00290c8988b54073775c9442615a23df405fc;p=clang Make this test a bit more specific about the target so that it passes on Linux. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66019 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaObjC/property-nonfragile-abi.m b/test/SemaObjC/property-nonfragile-abi.m index 3dec8a8fd8..4a211bd240 100644 --- a/test/SemaObjC/property-nonfragile-abi.m +++ b/test/SemaObjC/property-nonfragile-abi.m @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -arch x86_64 -verify %s +// RUN: clang -fsyntax-only -triple x86_64-apple-darwin9 -verify %s typedef signed char BOOL;