forked from OSchip/llvm-project
[test] Attempt a change to see if it fixes the test for the windows bot.
llvm-svn: 244076
This commit is contained in:
parent
01c1a5ee58
commit
09b9f0eb07
|
@ -1,4 +1,4 @@
|
|||
// RUN: c-index-test -write-pch %t.ast -Xclang -triple -Xclang x86_64-apple-darwin10 -fblocks -x objective-c %s
|
||||
// RUN: c-index-test -write-pch %t.ast -arch x86_64 -mmacosx-version-min=10.6 %s
|
||||
// RUN: c-index-test -test-file-scan %t.ast %s | FileCheck -check-prefix=CHECK-scan %s
|
||||
// RUN: c-index-test -test-load-tu %t.ast local | FileCheck -check-prefix=CHECK-load %s
|
||||
// REQUIRES: x86-registered-target
|
||||
|
|
Loading…
Reference in New Issue