Parcourir la source

* timer instead of stopuhr used

florian il y a 21 ans
Parent
commit
ea0510c984
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/bench/drystone.pas

+ 1 - 1
tests/bench/drystone.pas

@@ -1,7 +1,7 @@
 PROGRAM Dhrystone( input, output );
 
   uses
-      stopuhr;
+    timer;
 
 {
  *   "DHRYSTONE" Benchmark Program