]> granicus.if.org Git - clang/commitdiff
[test] Attempt a change to see if it fixes the test for the windows bot.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 5 Aug 2015 17:52:57 +0000 (17:52 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 5 Aug 2015 17:52:57 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244076 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/TestClassForwardDecl.m

index 5d43dbf96e903c752ab9d7ed91b1272352be2f26..4f8d8ff0ae01e2ea4acb1c930df0ddbe30c445fa 100644 (file)
@@ -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