]> granicus.if.org Git - clang/commitdiff
attempt to fix the buildbot failure.
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 1 May 2013 17:47:05 +0000 (17:47 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 1 May 2013 17:47:05 +0000 (17:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180861 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/comment-unqualified-objc-pointer.m

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