Browse Source

* fixed timer unit name

git-svn-id: trunk@11476 -
florian 17 năm trước cách đây
mục cha
commit
0a6887a874
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      tests/bench/bmd5.pp

+ 2 - 1
tests/bench/bmd5.pp

@@ -1,6 +1,6 @@
 {$mode objfpc}
 {$mode objfpc}
 uses
 uses
-  stopuhr,md5;
+  timer,md5;
 
 
 
 
 const
 const
@@ -23,4 +23,5 @@ begin
     for j:=low(Strings) to high(Strings) do
     for j:=low(Strings) to high(Strings) do
       MDString(Strings[j],MD_VERSION_5);
       MDString(Strings[j],MD_VERSION_5);
   stop;
   stop;
+  writeln;
 end.
 end.