summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2020-11-12 19:21:01 +1100
committerJed Barber <jjbarber@y7mail.com>2020-11-12 19:21:01 +1100
commit2e075ca317211553a19d7c8706a9d66fabcc9d8d (patch)
tree91152873ed72be772c94a772924c4794d9764cea /test
parent84696069475bfa7732326dee94a2c8a852ece827 (diff)
Parse_Graph debug strings fixed
Diffstat (limited to 'test')
-rw-r--r--test/rat_tests-parse_graphs.adb2
1 files changed, 2 insertions, 0 deletions
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;