mirror of https://github.com/microsoft/clang.git
[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
This commit is contained in:
parent
d7f8ffeea4
commit
a92e7cfddc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue