Fix buildbot yet again. // rdar://13757500.

llvm-svn: 180863
This commit is contained in:
Fariborz Jahanian 2013-05-01 17:58:21 +00:00
parent 0a50662f8b
commit 1a658edfef
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: rm -rf %t
// RUN: mkdir %t
// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -fobjc-default-synthesize-properties -fobjc-arc %s > %t/out
// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 -fobjc-default-synthesize-properties -fobjc-arc %s > %t/out
// RUN: FileCheck %s < %t/out
// rdar://13757500