[cfe-commits] r66019 - /cfe/trunk/test/SemaObjC/property-nonfragile-abi.m

Eli Friedman eli.friedman at gmail.com
Tue Mar 3 22:00:10 PST 2009


Author: efriedma
Date: Wed Mar  4 00:00:10 2009
New Revision: 66019

URL: http://llvm.org/viewvc/llvm-project?rev=66019&view=rev
Log:
Make this test a bit more specific about the target so that it passes on 
Linux.


Modified:
    cfe/trunk/test/SemaObjC/property-nonfragile-abi.m

Modified: cfe/trunk/test/SemaObjC/property-nonfragile-abi.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/property-nonfragile-abi.m?rev=66019&r1=66018&r2=66019&view=diff

==============================================================================
--- cfe/trunk/test/SemaObjC/property-nonfragile-abi.m (original)
+++ cfe/trunk/test/SemaObjC/property-nonfragile-abi.m Wed Mar  4 00:00:10 2009
@@ -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;
 





More information about the cfe-commits mailing list