]> granicus.if.org Git - clang/commitdiff
Add triple in the hope of unbreaking the bubuildbot
authorDouglas Gregor <dgregor@apple.com>
Wed, 27 Apr 2011 03:24:57 +0000 (03:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 27 Apr 2011 03:24:57 +0000 (03:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130280 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjCXX/overload-gc.mm

index afc6b96812f0ceb0c037df4d72cf0eae001ccb4c..d2ddd40efb4cc3d68b6737bc357270b482c1b2d1 100644 (file)
@@ -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}}