r180861 - attempt to fix the buildbot failure.
Fariborz Jahanian
fjahanian at apple.com
Wed May 1 10:47:05 PDT 2013
Author: fjahanian
Date: Wed May 1 12:47:05 2013
New Revision: 180861
URL: http://llvm.org/viewvc/llvm-project?rev=180861&view=rev
Log:
attempt to fix the buildbot failure.
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=180861&r1=180860&r2=180861&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:47:05 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-arc %s > %t/out
+// 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: FileCheck %s < %t/out
// rdar://13757500
More information about the cfe-commits
mailing list