summaryrefslogtreecommitdiff
path: root/src/unit_tests.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/unit_tests.adb')
-rw-r--r--src/unit_tests.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unit_tests.adb b/src/unit_tests.adb
index 97ce570..3c31ef9 100644
--- a/src/unit_tests.adb
+++ b/src/unit_tests.adb
@@ -23,7 +23,7 @@ package body Unit_Tests is
Result : Test_Result;
begin
if Verbose = Strong then
- Put ("Running test " & (-To_Run.Name) & "...");
+ Put ("Testing " & (-To_Run.Name) & "...");
end if;
begin
Result := To_Run.Func.all;