mirror of https://github.com/microsoft/clang.git
[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:
parent
06fd586f64
commit
e26b3797f8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue