From e07aa7be550b1ecf557e554f680380dff5eef4cd Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 3 Dec 2020 00:08:05 +1100 Subject: Revised how root nodes are handled in parse graphs --- test/rat_tests-parse_graphs.ads | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'test/rat_tests-parse_graphs.ads') diff --git a/test/rat_tests-parse_graphs.ads b/test/rat_tests-parse_graphs.ads index 7323071..2ffe9bb 100644 --- a/test/rat_tests-parse_graphs.ads +++ b/test/rat_tests-parse_graphs.ads @@ -33,9 +33,7 @@ package Rat_Tests.Parse_Graphs is function Has_Root_Check return Test_Result; function Set_Root_Check return Test_Result; function Clear_Root_Check return Test_Result; - function Root_Token_Check return Test_Result; - function Root_Finish_List_Check return Test_Result; - function Root_Element_Check return Test_Result; + function Root_Elements_Check return Test_Result; function Finish_List_Check return Test_Result; function Is_Leaf_Check return Test_Result; @@ -82,9 +80,7 @@ package Rat_Tests.Parse_Graphs is (+"Has_Root", Has_Root_Check'Access), (+"Set_Root", Set_Root_Check'Access), (+"Clear_Root", Clear_Root_Check'Access), - (+"Root_Token", Root_Token_Check'Access), - (+"Root_Finish_List", Root_Finish_List_Check'Access), - (+"Root_Element", Root_Element_Check'Access), + (+"Root_Elements", Root_Elements_Check'Access), (+"Finish_List", Finish_List_Check'Access), (+"Is_Leaf", Is_Leaf_Check'Access), -- cgit