]> granicus.if.org Git - clang/commitdiff
Force test to use the non-fragile ABI
authorDouglas Gregor <dgregor@apple.com>
Thu, 3 Nov 2011 19:58:50 +0000 (19:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 3 Nov 2011 19:58:50 +0000 (19:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143642 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/complete-ivar-access.m

index acd3883c72797c7b2aa9e18e773a0503f7d5a172..13b43d868aeb12b9ef5cc469d51ba369ffc1e29e 100644 (file)
@@ -50,8 +50,8 @@ void f(Sub *sub, Other *other) {
 }
 @end
 
-// RUN: c-index-test -code-completion-at=%s:43:8 %s | FileCheck -check-prefix=CHECK-SUB %s
-// RUN: c-index-test -code-completion-at=%s:48:8 %s | FileCheck -check-prefix=CHECK-SUB %s
+// RUN: c-index-test -code-completion-at=%s:43:8 -fobjc-nonfragile-abi %s | FileCheck -check-prefix=CHECK-SUB %s
+// RUN: c-index-test -code-completion-at=%s:48:8 -fobjc-nonfragile-abi %s | FileCheck -check-prefix=CHECK-SUB %s
 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText sub_private} (35)
 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText sub_protected} (35)
 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText sub_public} (35)
@@ -62,8 +62,8 @@ void f(Sub *sub, Other *other) {
 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_protected} (37)
 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_public} (37)
 
-// RUN: c-index-test -code-completion-at=%s:44:10 %s | FileCheck -check-prefix=CHECK-OTHER %s
-// RUN: c-index-test -code-completion-at=%s:49:10 %s | FileCheck -check-prefix=CHECK-OTHER %s
+// RUN: c-index-test -code-completion-at=%s:44:10 -fobjc-nonfragile-abi %s | FileCheck -check-prefix=CHECK-OTHER %s
+// RUN: c-index-test -code-completion-at=%s:49:10 -fobjc-nonfragile-abi %s | FileCheck -check-prefix=CHECK-OTHER %s
 // CHECK-OTHER: ObjCIvarDecl:{ResultType int}{TypedText other_private} (35) (inaccessible)
 // CHECK-OTHER: ObjCIvarDecl:{ResultType int}{TypedText other_protected} (35) (inaccessible)
 // CHECK-OTHER: ObjCIvarDecl:{ResultType int}{TypedText other_public} (35)