]> granicus.if.org Git - clang/commitdiff
Fix RUN line in test.
authorTed Kremenek <kremenek@apple.com>
Wed, 25 Aug 2010 22:16:06 +0000 (22:16 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 25 Aug 2010 22:16:06 +0000 (22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112097 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/annotate-tokens.m

index ddfb70175294966a1f90db172d5177df10d5c4a6..336951b7fe1aae4bdef4cbb47f39b3ba38f68202 100644 (file)
@@ -79,7 +79,7 @@ extern int ibaction_test(void);
 }
 @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