Procházet zdrojové kódy

* fixed timer unit name

git-svn-id: trunk@11476 -
florian před 17 roky
rodič
revize
0a6887a874
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      tests/bench/bmd5.pp

+ 2 - 1
tests/bench/bmd5.pp

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