Add triple in the hope of unbreaking the bubuildbot

llvm-svn: 130280
This commit is contained in:
Douglas Gregor 2011-04-27 03:24:57 +00:00
parent 6fac9bcf67
commit 713dab5695
1 changed files with 1 additions and 1 deletions

View 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}}