]> granicus.if.org Git - clang/commitdiff
Yes another annotate-tokens tweak.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 12 May 2010 15:10:09 +0000 (15:10 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 12 May 2010 15:10:09 +0000 (15:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103615 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/annotate-tokens.m

index 9358e37cafb971b52c39a483dcc3aaed911679a5..c6e746bcb1b217954984dcc43fc82f47ac0f0784 100644 (file)
@@ -224,7 +224,7 @@ extern int ibaction_test(void);
 // CHECK: Keyword: "interface" [51:2 - 51:11] ObjCInterfaceDecl=IBOutletTests:51:12
 // CHECK: Identifier: "IBOutletTests" [51:12 - 51:25] ObjCInterfaceDecl=IBOutletTests:51:12
 // CHECK: Punctuation: "{" [52:1 - 52:2] ObjCInterfaceDecl=IBOutletTests:51:12
-// CHECK: Identifier: "IBOutlet" [53:5 - 53:13] macro instantiation=IBOutlet:132:9
+// CHECK: Identifier: "IBOutlet" [53:5 - 53:13] macro instantiation=IBOutlet:{{[0-9]+}}:{{[0-9]+}}
 // CHECK: Keyword: "char" [53:14 - 53:18] ObjCIvarDecl=anOutlet:53:21 (Definition)
 // CHECK: Punctuation: "*" [53:19 - 53:20] ObjCIvarDecl=anOutlet:53:21 (Definition)
 // CHECK: Identifier: "anOutlet" [53:21 - 53:29] ObjCIvarDecl=anOutlet:53:21 (Definition)