diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-04-09 22:17:37 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-04-09 22:17:37 +0000 |
commit | 2ca35e6ce46a1edec69d85aa1cf7db16b9a012f0 (patch) | |
tree | 0f3a79d0cc3764b0bb6db1bcf5da283d65e29f87 | |
parent | 63f557804b76bf765aea58e5a46503e47e21f7c1 (diff) |
Remove -fobjc-default-synthesize-properties as the option
to c-index-test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154347 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/complete-synthesized.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Index/complete-synthesized.m b/test/Index/complete-synthesized.m index 216481a5c1..2b80df2297 100644 --- a/test/Index/complete-synthesized.m +++ b/test/Index/complete-synthesized.m @@ -35,9 +35,9 @@ } @end -// RUN: c-index-test -code-completion-at=%s:24:1 -fobjc-nonfragile-abi -fobjc-default-synthesize-properties %s | FileCheck %s -// RUN: c-index-test -code-completion-at=%s:30:2 -fobjc-nonfragile-abi -fobjc-default-synthesize-properties %s | FileCheck %s -// RUN: c-index-test -code-completion-at=%s:34:2 -fobjc-nonfragile-abi -fobjc-default-synthesize-properties %s | FileCheck %s +// RUN: c-index-test -code-completion-at=%s:24:1 -fobjc-nonfragile-abi %s | FileCheck %s +// RUN: c-index-test -code-completion-at=%s:30:2 -fobjc-nonfragile-abi %s | FileCheck %s +// RUN: c-index-test -code-completion-at=%s:34:2 -fobjc-nonfragile-abi %s | FileCheck %s // CHECK: NotImplemented:{TypedText _Bool} (50) // CHECK: ObjCIvarDecl:{ResultType float}{TypedText _prop2} (35) |