From: Ted Kremenek Date: Wed, 25 Aug 2010 22:16:06 +0000 (+0000) Subject: Fix RUN line in test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=141a4d43114dcc52653e192df6c4ec43c6f8dfec;p=clang Fix RUN line in test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112097 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/annotate-tokens.m b/test/Index/annotate-tokens.m index ddfb701752..336951b7fe 100644 --- a/test/Index/annotate-tokens.m +++ b/test/Index/annotate-tokens.m @@ -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