r244076 - [test] Attempt a change to see if it fixes the test for the windows bot.

Argyrios Kyrtzidis akyrtzi at gmail.com
Wed Aug 5 10:52:57 PDT 2015


Author: akirtzidis
Date: Wed Aug  5 12:52:57 2015
New Revision: 244076

URL: http://llvm.org/viewvc/llvm-project?rev=244076&view=rev
Log:
[test] Attempt a change to see if it fixes the test for the windows bot.

Modified:
    cfe/trunk/test/Index/TestClassForwardDecl.m

Modified: cfe/trunk/test/Index/TestClassForwardDecl.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/TestClassForwardDecl.m?rev=244076&r1=244075&r2=244076&view=diff
==============================================================================
--- cfe/trunk/test/Index/TestClassForwardDecl.m (original)
+++ cfe/trunk/test/Index/TestClassForwardDecl.m Wed Aug  5 12:52:57 2015
@@ -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




More information about the cfe-commits mailing list