diff options
author | Rafael Stahl <r.stahl@tum.de> | 2018-07-09 09:02:53 +0000 |
---|---|---|
committer | Rafael Stahl <r.stahl@tum.de> | 2018-07-09 09:02:53 +0000 |
commit | 078c879a50f187c4c25e208565c7b34f1b3fc822 (patch) | |
tree | 296b345729a091fe1763992bbff2e14b6f0c640b | |
parent | 555cbebdf26a724381f5320c00ce298e1b445f29 (diff) | |
download | bcm5719-llvm-078c879a50f187c4c25e208565c7b34f1b3fc822.tar.gz bcm5719-llvm-078c879a50f187c4c25e208565c7b34f1b3fc822.zip |
[ASTImporter] fix test failure corrected by fixed func end locs
fix to rC336523 / D48941
llvm-svn: 336527
-rw-r--r-- | clang/test/Import/attr/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Import/attr/test.cpp b/clang/test/Import/attr/test.cpp index 01ea6c1b0ed..c9b2d6ed343 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 |