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

Ted Kremenek kremenek at apple.com
Wed Aug 25 15:16:06 PDT 2010


Author: kremenek
Date: Wed Aug 25 17:16:06 2010
New Revision: 112097

URL: http://llvm.org/viewvc/llvm-project?rev=112097&view=rev
Log:
Fix RUN line in 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=112097&r1=112096&r2=112097&view=diff
==============================================================================
--- cfe/trunk/test/Index/annotate-tokens.m (original)
+++ cfe/trunk/test/Index/annotate-tokens.m Wed Aug 25 17:16:06 2010
@@ -79,7 +79,7 @@
 }
 @end
 
-// RUN: c-index-test -test-annotate-tokens=%s:1:1:77:4 %s -DIBOutlet='__attribute__((iboutlet))' -DIBAction='void)__attribute__((ibaction)' | FileCheck %s
+// RUN: c-index-test -test-annotate-tokens=%s:1:1:80:4 %s -DIBOutlet='__attribute__((iboutlet))' -DIBAction='void)__attribute__((ibaction)' | FileCheck %s
 // CHECK: Punctuation: "@" [1:1 - 1:2] ObjCInterfaceDecl=Foo:1:12
 // CHECK: Keyword: "interface" [1:2 - 1:11] ObjCInterfaceDecl=Foo:1:12
 // CHECK: Identifier: "Foo" [1:12 - 1:15] ObjCInterfaceDecl=Foo:1:12





More information about the cfe-commits mailing list