aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-05-01 17:47:05 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-05-01 17:47:05 +0000
commit40a06bc898425b2bba37dfd3e83a054cd3278d3d (patch)
tree076dce0d78902210da80ed7335efca31441009c9 /test
parentdb1519a95687622d08340f9b7522ef84a53b331a (diff)
attempt to fix the buildbot failure.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180861 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Index/comment-unqualified-objc-pointer.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/comment-unqualified-objc-pointer.m b/test/Index/comment-unqualified-objc-pointer.m
index 5d48eb0ae2..4a5ce51e0a 100644
--- a/test/Index/comment-unqualified-objc-pointer.m
+++ b/test/Index/comment-unqualified-objc-pointer.m
@@ -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