Index: tests/natools-smaz_tests.adb ================================================================== --- tests/natools-smaz_tests.adb +++ tests/natools-smaz_tests.adb @@ -154,11 +154,11 @@ end if; end; exception when Error : others => if not First_OK then - Test.Info ("During compression of " & Image (Compressed)); + Test.Info ("During decompression of " & Image (Compressed)); end if; Test.Report_Exception (Error, NT.Fail); end; end Generic_Roundtrip_Test;