summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-unqualified-objc-pointer.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/comment-unqualified-objc-pointer.m')
-rw-r--r--clang/test/Index/comment-unqualified-objc-pointer.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/comment-unqualified-objc-pointer.m b/clang/test/Index/comment-unqualified-objc-pointer.m
index 5d48eb0ae2c..4a5ce51e0a0 100644
--- a/clang/test/Index/comment-unqualified-objc-pointer.m
+++ b/clang/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
OpenPOWER on IntegriCloud