summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-12-21 17:52:09 +0000
committerDouglas Gregor <dgregor@apple.com>2010-12-21 17:52:09 +0000
commit95082d0b0ac820ae23fbda852e33d91420f6f468 (patch)
tree353561765388ae195fd51624ab5c30e08107fa74 /clang/test
parent87e927520df00373b3bef94040da3b62bbf45a39 (diff)
downloadbcm5719-llvm-95082d0b0ac820ae23fbda852e33d91420f6f468.tar.gz
bcm5719-llvm-95082d0b0ac820ae23fbda852e33d91420f6f468.zip
Fix test to be platform-agnostic
llvm-svn: 122348
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Index/annotate-tokens.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/annotate-tokens.m b/clang/test/Index/annotate-tokens.m
index a271c51a30c..f4d47ac4ae5 100644
--- a/clang/test/Index/annotate-tokens.m
+++ b/clang/test/Index/annotate-tokens.m
@@ -312,7 +312,7 @@ static Rdar8595462_A * Rdar8595462_staticVar;
// 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
OpenPOWER on IntegriCloud