From: Argyrios Kyrtzidis Date: Wed, 5 Aug 2015 17:52:57 +0000 (+0000) Subject: [test] Attempt a change to see if it fixes the test for the windows bot. X-Git-Tag: studio-1.4~816 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09b9f0eb07118b34fbce9698abb376fd4a9d437e;p=platform%2Fupstream%2Fllvm.git [test] Attempt a change to see if it fixes the test for the windows bot. llvm-svn: 244076 --- diff --git a/clang/test/Index/TestClassForwardDecl.m b/clang/test/Index/TestClassForwardDecl.m index 5d43dbf..4f8d8ff 100644 --- a/clang/test/Index/TestClassForwardDecl.m +++ b/clang/test/Index/TestClassForwardDecl.m @@ -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