Index: tests/natools-chunked_strings-tests-bugfixes.adb ================================================================== --- tests/natools-chunked_strings-tests-bugfixes.adb +++ tests/natools-chunked_strings-tests-bugfixes.adb @@ -19,11 +19,11 @@ procedure Natools.Chunked_Strings.Tests.Bugfixes (Report : in out Natools.Tests.Reporter'Class) is package NT renames Natools.Tests; begin - Report.Section ("Extra tests for complete coverage"); + Report.Section ("Tests for known bugs"); declare Name : constant String := "Overreach of Index"; CS : Chunked_String := To_Chunked_String ("abcd0123"); N : Natural;