From 6db629e09a76676f872d86285e68a29eb8a6f131 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Mon, 15 Aug 2011 21:45:01 +0000 Subject: [PATCH] Fix the buildbot test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137660 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/annotate-tokens.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Index/annotate-tokens.m b/test/Index/annotate-tokens.m index adc472374e..3e43e584ff 100644 --- a/test/Index/annotate-tokens.m +++ b/test/Index/annotate-tokens.m @@ -568,7 +568,7 @@ static Rdar8595462_A * Rdar8595462_staticVar; // CHECK-PROP-AFTER-METHOD: Punctuation: "@" [138:1 - 138:2] ObjCInterfaceDecl=Rdar8062781:134:12 // RUN: c-index-test -test-annotate-tokens=%s:141:1:142:1 %s -DIBOutlet='__attribute__((iboutlet))' -DIBAction='void)__attribute__((ibaction)' | FileCheck -check-prefix=CHECK-WITH-WEAK %s -// CHECK-WITH-WEAK: Identifier: "__weak" [141:3 - 141:9] macro expansion=__weak:137:9 +// CHECK-WITH-WEAK: Identifier: "__weak" [141:3 - 141:9] macro expansion // CHECK-WITH-WEAK: Identifier: "Foo" [141:10 - 141:13] ObjCClassRef=Foo:1:12 // CHECK-WITH-WEAK: Punctuation: "*" [141:14 - 141:15] ObjCIvarDecl=foo:141:15 (Definition) // CHECK-WITH-WEAK: Identifier: "foo" [141:15 - 141:18] ObjCIvarDecl=foo:141:15 (Definition) -- 2.40.0