From: Ted Kremenek Date: Fri, 24 Sep 2010 02:00:46 +0000 (+0000) Subject: Pass -fobjc-nonfragile-abi2 in test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84906b2fddf120d12cb489ccbd04d2002a97896d;p=clang Pass -fobjc-nonfragile-abi2 in test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114720 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/properties-default-synthesis.m b/test/Index/properties-default-synthesis.m index 59f986820e..341b60c862 100644 --- a/test/Index/properties-default-synthesis.m +++ b/test/Index/properties-default-synthesis.m @@ -27,7 +27,7 @@ } @end -// RUN: c-index-test -test-load-source local -cc1 -triple x86_64-apple-darwin10.0.0 -fsyntax-only %s | FileCheck %s +// RUN: c-index-test -test-load-source local -cc1 -triple x86_64-apple-darwin10.0.0 -fobjc-nonfragile-abi2 -fsyntax-only %s | FileCheck %s // CHECK: properties-default-synthesis.m:2:1: UnexposedDecl=[2:8, 2:17, 2:27] Extent=[2:1 - 2:35] // CHECK: properties-default-synthesis.m:2:8: ObjCClassRef=NSArray:2:8 Extent=[2:8 - 2:15] // CHECK: properties-default-synthesis.m:2:17: ObjCClassRef=NSString:2:17 Extent=[2:17 - 2:25]