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 | 14f9889b9b88f73a891688d7732bf01a127d9e7c (patch) | |
tree | fe636b7cf37369e0fa02a14ad5a0cd0fc1d5b8bb /test/SemaObjC/synth-provisional-ivars-1.m | |
parent | 998894bf0b00f310e14751003ed5eaedd8df9b4b (diff) | |
download | clang-14f9889b9b88f73a891688d7732bf01a127d9e7c.tar.gz |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191551 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaObjC/synth-provisional-ivars-1.m')
-rw-r--r-- | test/SemaObjC/synth-provisional-ivars-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/synth-provisional-ivars-1.m b/test/SemaObjC/synth-provisional-ivars-1.m index 92a9d7165f..39f474727b 100644 --- a/test/SemaObjC/synth-provisional-ivars-1.m +++ b/test/SemaObjC/synth-provisional-ivars-1.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -verify -Wno-objc-root-class %s +// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s // expected-no-diagnostics // rdar://8913053 |