diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-27 20:21:48 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-27 20:21:48 +0000 |
commit | ea1ba0adfcb7d0c500bc18534757d9296712e3c6 (patch) | |
tree | 312f1a1de105a62f99fb24aaf42857b7ad7f25d1 /clang/test/Index/comment-unqualified-objc-pointer.m | |
parent | 09445c48362dd4906dd4ad28428d84e50c309cd9 (diff) | |
download | bcm5719-llvm-ea1ba0adfcb7d0c500bc18534757d9296712e3c6.tar.gz bcm5719-llvm-ea1ba0adfcb7d0c500bc18534757d9296712e3c6.zip |
Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties.
We want the modern behavior most of the time, so inverting the option simplifies
the driver and the tests.
llvm-svn: 191551
Diffstat (limited to 'clang/test/Index/comment-unqualified-objc-pointer.m')
-rw-r--r-- | clang/test/Index/comment-unqualified-objc-pointer.m | 2 |
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 546d4fa9f07..e9e1ceee236 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 -target x86_64-apple-darwin10 -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-arc %s > %t/out // RUN: FileCheck %s < %t/out // rdar://13757500 |