r180863 - Fix buildbot yet again. // rdar://13757500.

Fariborz Jahanian fjahanian at apple.com
Wed May 1 10:58:21 PDT 2013


Author: fjahanian
Date: Wed May  1 12:58:21 2013
New Revision: 180863

URL: http://llvm.org/viewvc/llvm-project?rev=180863&view=rev
Log:
Fix buildbot yet again. // rdar://13757500.

Modified:
    cfe/trunk/test/Index/comment-unqualified-objc-pointer.m

Modified: cfe/trunk/test/Index/comment-unqualified-objc-pointer.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/comment-unqualified-objc-pointer.m?rev=180863&r1=180862&r2=180863&view=diff
==============================================================================
--- cfe/trunk/test/Index/comment-unqualified-objc-pointer.m (original)
+++ cfe/trunk/test/Index/comment-unqualified-objc-pointer.m Wed May  1 12:58:21 2013
@@ -1,6 +1,6 @@
 // RUN: rm -rf %t
 // RUN: mkdir %t
-// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -fobjc-default-synthesize-properties -fobjc-arc %s > %t/out
+// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng -target x86_64-apple-darwin10 -fobjc-default-synthesize-properties -fobjc-arc %s > %t/out
 // RUN: FileCheck %s < %t/out
 // rdar://13757500
 





More information about the cfe-commits mailing list