[cfe-commits] r122348 - /cfe/trunk/test/Index/annotate-tokens.m
Douglas Gregor
dgregor at apple.com
Tue Dec 21 09:52:09 PST 2010
Author: dgregor
Date: Tue Dec 21 11:52:09 2010
New Revision: 122348
URL: http://llvm.org/viewvc/llvm-project?rev=122348&view=rev
Log:
Fix test to be platform-agnostic
Modified:
cfe/trunk/test/Index/annotate-tokens.m
Modified: cfe/trunk/test/Index/annotate-tokens.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/annotate-tokens.m?rev=122348&r1=122347&r2=122348&view=diff
==============================================================================
--- cfe/trunk/test/Index/annotate-tokens.m (original)
+++ cfe/trunk/test/Index/annotate-tokens.m Tue Dec 21 11:52:09 2010
@@ -312,7 +312,7 @@
// CHECK: Punctuation: "}" [54:1 - 54:2] ObjCInterfaceDecl=IBOutletTests:51:12
// CHECK: Punctuation: "-" [55:1 - 55:2] ObjCInstanceMethodDecl=actionMethod::55:1
// CHECK: Punctuation: "(" [55:3 - 55:4] ObjCInstanceMethodDecl=actionMethod::55:1
-// CHECK: Identifier: "IBAction" [55:4 - 55:12] macro instantiation=IBAction:146:9
+// CHECK: Identifier: "IBAction" [55:4 - 55:12] macro instantiation=IBAction
// CHECK: Punctuation: ")" [55:12 - 55:13] ObjCInstanceMethodDecl=actionMethod::55:1
// CHECK: Identifier: "actionMethod" [55:14 - 55:26] ObjCInstanceMethodDecl=actionMethod::55:1
// CHECK: Punctuation: ":" [55:26 - 55:27] ObjCInstanceMethodDecl=actionMethod::55:1
More information about the cfe-commits
mailing list