summaryrefslogtreecommitdiff
path: root/tests/bench/timer.pas
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bench/timer.pas')
-rw-r--r--tests/bench/timer.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bench/timer.pas b/tests/bench/timer.pas
index ada0fbbaa5..56cee4a791 100644
--- a/tests/bench/timer.pas
+++ b/tests/bench/timer.pas
@@ -68,7 +68,7 @@ unit timer;
{$ifdef USEEPIK}
write(stderr,e:0:6,' Seconds');
{$else USEEPIK}
- write(stderr,s div 1000,'.',format('%03d',[s mod 1000]),' Seconds');
+ write(stderr,s div 1000,'.',format('%.3d',[s mod 1000]),' Seconds');
{$endif USEEPIK}
end;