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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Argyrios Kyrtzidis 2014-06-21 18:28:44 +00:00
parent 06fd586f64
commit e26b3797f8
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