Author: fjahanian
Date: Tue Aug 21 17:21:43 2012
New Revision: 162324

URL: http://llvm.org/viewvc/llvm-project?rev=162324&view=rev
Log:
make test pass on linux platforms.

Modified:
    cfe/trunk/test/SemaObjC/property-in-class-extension-1.m

Modified: cfe/trunk/test/SemaObjC/property-in-class-extension-1.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/property-in-class-extension-1.m?rev=162324&r1=162323&r2=162324&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjC/property-in-class-extension-1.m (original)
+++ cfe/trunk/test/SemaObjC/property-in-class-extension-1.m Tue Aug 21 17:21:43 
2012
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1  -fsyntax-only -verify -Weverything %s
-// RUN: %clang_cc1 -x objective-c++ -fsyntax-only -verify -Weverything %s
+// RUN: %clang_cc1  -fsyntax-only -triple x86_64-apple-darwin11 
-fobjc-runtime-has-weak -verify -Weverything %s
+// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin11 
-fobjc-runtime-has-weak -fsyntax-only -verify -Weverything %s
 // rdar://12103400
 
 @class NSString;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to