[test] Add '-target' option to fix bot failure.

llvm-svn: 211439
This commit is contained in:
Argyrios Kyrtzidis 2014-06-21 18:28:44 +00:00
parent d886f1a370
commit 4f1560242a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: c-index-test -write-pch %t.pch %s
// RUN: c-index-test -write-pch %t.pch -target x86_64-apple-darwin10 %s
// RUN: env LIBCLANG_NOTHREADS=1 c-index-test -index-tu %t.pch | FileCheck %s
@interface SomeClass