Author: dgregor
Date: Tue Apr 26 22:24:57 2011
New Revision: 130280

URL: http://llvm.org/viewvc/llvm-project?rev=130280&view=rev
Log:
Add triple in the hope of unbreaking the bubuildbot

Modified:
    cfe/trunk/test/SemaObjCXX/overload-gc.mm

Modified: cfe/trunk/test/SemaObjCXX/overload-gc.mm
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjCXX/overload-gc.mm?rev=130280&r1=130279&r2=130280&view=diff
==============================================================================
--- cfe/trunk/test/SemaObjCXX/overload-gc.mm (original)
+++ cfe/trunk/test/SemaObjCXX/overload-gc.mm Tue Apr 26 22:24:57 2011
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fsyntax-only -fobjc-gc -fobjc-nonfragile-abi -verify %s
+// RUN: %clang_cc1 -fsyntax-only -triple i386-apple-darwin9 -fobjc-gc -verify 
%s
 
 void f0(__weak id *); // expected-note{{candidate function not viable: 1st 
argument ('id *') has no lifetime, but parameter has __weak lifetime}}
 


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

Reply via email to