r336527 - [ASTImporter] fix test failure corrected by fixed func end locs

Rafael Stahl via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 9 02:02:53 PDT 2018


Author: r.stahl
Date: Mon Jul  9 02:02:53 2018
New Revision: 336527

URL: http://llvm.org/viewvc/llvm-project?rev=336527&view=rev
Log:
[ASTImporter] fix test failure corrected by fixed func end locs

fix to rC336523 / D48941


Modified:
    cfe/trunk/test/Import/attr/test.cpp

Modified: cfe/trunk/test/Import/attr/test.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Import/attr/test.cpp?rev=336527&r1=336526&r2=336527&view=diff
==============================================================================
--- cfe/trunk/test/Import/attr/test.cpp (original)
+++ cfe/trunk/test/Import/attr/test.cpp Mon Jul  9 02:02:53 2018
@@ -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
 




More information about the cfe-commits mailing list