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.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rat_tests-parse_graphs.ads b/test/rat_tests-parse_graphs.ads
index ad2e48d..7323071 100644
--- a/test/rat_tests-parse_graphs.ads
+++ b/test/rat_tests-parse_graphs.ads
@@ -21,7 +21,7 @@ package Rat_Tests.Parse_Graphs is
function Reachable_Check return Test_Result;
function All_Reachable_Check return Test_Result;
function Valid_Starts_Finishes_Check return Test_Result;
- function No_Loops_Introduced_Check return Test_Result;
+ function Loops_Introduced_Check return Test_Result;
function Is_Sorted_Check return Test_Result;
function No_Duplicates_Check return Test_Result;
@@ -70,7 +70,7 @@ package Rat_Tests.Parse_Graphs is
(+"Reachable", Reachable_Check'Access),
(+"All_Reachable", All_Reachable_Check'Access),
(+"Valid_Starts_Finishes", Valid_Starts_Finishes_Check'Access),
- (+"No_Loops_Introduced", No_Loops_Introduced_Check'Access),
+ (+"Loops_Introduced", Loops_Introduced_Check'Access),
(+"Is_Sorted", Is_Sorted_Check'Access),
(+"No_Duplicates", No_Duplicates_Check'Access),