summaryrefslogtreecommitdiff
path: root/test/rat_tests-parse_graphs.adb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rat_tests-parse_graphs.adb')
-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;