summaryrefslogtreecommitdiff
path: root/test/rat_tests-parse_graphs.ads
diff options
context:
space:
mode:
Diffstat (limited to 'test/rat_tests-parse_graphs.ads')
-rw-r--r--test/rat_tests-parse_graphs.ads8
1 files changed, 2 insertions, 6 deletions
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),