From: Rafael Stahl Date: Mon, 9 Jul 2018 09:02:53 +0000 (+0000) Subject: [ASTImporter] fix test failure corrected by fixed func end locs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a92e7cfddc69074e8adbd414e65a76be030df405;p=clang [ASTImporter] fix test failure corrected by fixed func end locs fix to rC336523 / D48941 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336527 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Import/attr/test.cpp b/test/Import/attr/test.cpp index 01ea6c1b0e..c9b2d6ed34 100644 --- a/test/Import/attr/test.cpp +++ b/test/Import/attr/test.cpp @@ -1,6 +1,6 @@ // RUN: clang-import-test -dump-ast -import %S/Inputs/S.cpp -expression %s | FileCheck %s // CHECK: FunctionDecl -// CHECK-SAME: S.cpp:1:1, col:13 +// CHECK-SAME: S.cpp:1:1, col:38 // CHECK-NEXT: ConstAttr // CHECK-SAME: col:32