Skip to content

Commit 639c995

Browse files
committed
VA12-013 Update test baseline due to laltools changes
1 parent a92bd66 commit 639c995

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

source/ada/lsp-ada_contexts.adb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -892,9 +892,6 @@ package body LSP.Ada_Contexts is
892892
Self.Source_Dirs.Clear;
893893
Self.Tree := null;
894894

895-
-- Destroy gnatpp's command line
896-
Utils.Command_Lines.Clear (Self.PP_Options);
897-
898895
-- Cleanup gnatpp's template tables
899896
Pp.Actions.Clear_Template_Tables;
900897
end Free;

source/ada/lsp-ada_contexts.ads

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ private
358358
is (Self.Source_Files.Length);
359359

360360
function Get_PP_Options (Self : Context) return
361-
Utils.Command_Lines.Command_Line is
362-
(Utils.Command_Lines.Copy_Command_Line (Self.PP_Options));
361+
Utils.Command_Lines.Command_Line is (Self.PP_Options);
363362

364363
end LSP.Ada_Contexts;

testsuite/ada_lsp/refactoring_pull_up_declaration/V207-019/test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"character": 0
260260
}
261261
},
262-
"newText": "\n procedure Foo is null;\n"
262+
"newText": " procedure Foo is null;\n\n"
263263
},
264264
{
265265
"range": {

0 commit comments

Comments
 (0)