From 078c879a50f187c4c25e208565c7b34f1b3fc822 Mon Sep 17 00:00:00 2001 From: Rafael Stahl Date: Mon, 9 Jul 2018 09:02:53 +0000 Subject: [PATCH] [ASTImporter] fix test failure corrected by fixed func end locs fix to rC336523 / D48941 llvm-svn: 336527 --- clang/test/Import/attr/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Import/attr/test.cpp b/clang/test/Import/attr/test.cpp index 01ea6c1..c9b2d6e 100644 --- a/clang/test/Import/attr/test.cpp +++ b/clang/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 -- 2.7.4