diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2011-01-03 18:08:02 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2011-01-03 18:08:02 +0000 |
commit | e776f88430eb77ce8d58f2e6ec10da1383b71de8 (patch) | |
tree | fc74ac688d91c029527a1744a83c43d86bf0a00e /test | |
parent | 20df8e7bfeea219713ac4af85442d200b0d8a69c (diff) |
Guard lazy synthesis of provisional ivars under the new
-fobjc-default-synthesize-properties flag.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/SemaObjC/provisional-ivar-lookup.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/provisional-ivar-lookup.m b/test/SemaObjC/provisional-ivar-lookup.m index 526748538e..6d57885d61 100644 --- a/test/SemaObjC/provisional-ivar-lookup.m +++ b/test/SemaObjC/provisional-ivar-lookup.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -fobjc-nonfragile-abi2 -verify %s +// RUN: %clang_cc1 -fsyntax-only -fobjc-default-synthesize-properties -fobjc-nonfragile-abi2 -verify %s // rdar:// 8565343 @interface Foo { |