From: Douglas Gregor Date: Wed, 27 Apr 2011 03:24:57 +0000 (+0000) Subject: Add triple in the hope of unbreaking the bubuildbot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17ffd14040069eb5631347c6eafcfc906570b7cf;p=clang Add triple in the hope of unbreaking the bubuildbot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130280 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaObjCXX/overload-gc.mm b/test/SemaObjCXX/overload-gc.mm index afc6b96812..d2ddd40efb 100644 --- a/test/SemaObjCXX/overload-gc.mm +++ b/test/SemaObjCXX/overload-gc.mm @@ -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}}