[cfe-commits] r162324 - /cfe/trunk/test/SemaObjC/property-in-class-extension-1.m

Fariborz Jahanian fjahanian at apple.com
Tue Aug 21 15:21:44 PDT 2012


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;





More information about the cfe-commits mailing list