[cfe-commits] r154347 - /cfe/trunk/test/Index/complete-synthesized.m

Fariborz Jahanian fjahanian at apple.com
Mon Apr 9 15:17:38 PDT 2012


Author: fjahanian
Date: Mon Apr  9 17:17:37 2012
New Revision: 154347

URL: http://llvm.org/viewvc/llvm-project?rev=154347&view=rev
Log:
Remove  -fobjc-default-synthesize-properties as the option
to c-index-test.

Modified:
    cfe/trunk/test/Index/complete-synthesized.m

Modified: cfe/trunk/test/Index/complete-synthesized.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-synthesized.m?rev=154347&r1=154346&r2=154347&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-synthesized.m (original)
+++ cfe/trunk/test/Index/complete-synthesized.m Mon Apr  9 17:17:37 2012
@@ -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)





More information about the cfe-commits mailing list