]> granicus.if.org Git - clang/commitdiff
Make this test a bit more specific about the target so that it passes on
authorEli Friedman <eli.friedman@gmail.com>
Wed, 4 Mar 2009 06:00:10 +0000 (06:00 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 4 Mar 2009 06:00:10 +0000 (06:00 +0000)
Linux.

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

test/SemaObjC/property-nonfragile-abi.m

index 3dec8a8fd81bc3509c4f96cde3145546dbcce7d6..4a211bd240177ad4ee65e2e1680c65a30e4b2a12 100644 (file)
@@ -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;