From 2e075ca317211553a19d7c8706a9d66fabcc9d8d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 12 Nov 2020 19:21:01 +1100 Subject: Parse_Graph debug strings fixed --- test/rat_tests-parse_graphs.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/rat_tests-parse_graphs.adb b/test/rat_tests-parse_graphs.adb index 701fbfc..e445f1b 100644 --- a/test/rat_tests-parse_graphs.adb +++ b/test/rat_tests-parse_graphs.adb @@ -476,6 +476,8 @@ begin Paper_Graph.Connect ((Sen_1, 11), ((Sen_1, 8), (PP_8, 11))); + Paper_Graph.Set_Root (Sen_1, (5, 8, 11)); + end Rat_Tests.Parse_Graphs; -- cgit