From: Fariborz Jahanian Date: Mon, 9 Apr 2012 22:17:37 +0000 (+0000) Subject: Remove -fobjc-default-synthesize-properties as the option X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ca35e6ce46a1edec69d85aa1cf7db16b9a012f0;p=clang 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 --- 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)