Index: tests/natools-constant_indefinite_ordered_map_tests.adb ================================================================== --- tests/natools-constant_indefinite_ordered_map_tests.adb +++ tests/natools-constant_indefinite_ordered_map_tests.adb @@ -182,11 +182,11 @@ Test.Fail ("Unexpected exception for value ""#3"""); Test.Report_Exception (Error, NT.Fail); end; begin - Fixed_Map (Fixed_Map.Find ("#4")) := 94; + Map (Map.Find ("#4")) := 94; Test.Fail ("Found node for key ""#4"""); exception when Constraint_Error => null; when Error : others => Test.Fail ("Unexpected exception with node for ""#4""");