[llvm-branch-commits] [cfe-branch] r122490 - /cfe/branches/Apple/whitney/test/Index/annotate-tokens.m

Daniel Dunbar daniel at zuster.org
Wed Dec 22 21:40:58 PST 2010


Author: ddunbar
Date: Wed Dec 22 23:40:58 2010
New Revision: 122490

URL: http://llvm.org/viewvc/llvm-project?rev=122490&view=rev
Log:
Merge r122348:
--
Author: Douglas Gregor <dgregor at apple.com>
Date:   Tue Dec 21 17:52:09 2010 +0000

    Fix test to be platform-agnostic

Modified:
    cfe/branches/Apple/whitney/test/Index/annotate-tokens.m

Modified: cfe/branches/Apple/whitney/test/Index/annotate-tokens.m
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/whitney/test/Index/annotate-tokens.m?rev=122490&r1=122489&r2=122490&view=diff
==============================================================================
--- cfe/branches/Apple/whitney/test/Index/annotate-tokens.m (original)
+++ cfe/branches/Apple/whitney/test/Index/annotate-tokens.m Wed Dec 22 23:40:58 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 llvm-branch-commits mailing list