[cfe-commits] r137660 - /cfe/trunk/test/Index/annotate-tokens.m

Argyrios Kyrtzidis akyrtzi at gmail.com
Mon Aug 15 14:45:01 PDT 2011


Author: akirtzidis
Date: Mon Aug 15 16:45:01 2011
New Revision: 137660

URL: http://llvm.org/viewvc/llvm-project?rev=137660&view=rev
Log:
Fix the buildbot test.

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=137660&r1=137659&r2=137660&view=diff
==============================================================================
--- cfe/trunk/test/Index/annotate-tokens.m (original)
+++ cfe/trunk/test/Index/annotate-tokens.m Mon Aug 15 16:45:01 2011
@@ -568,7 +568,7 @@
 // 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)





More information about the cfe-commits mailing list