Browse Source

* timer instead of stopuhr used

florian 20 years ago
parent
commit
ea0510c984
1 changed files with 1 additions and 1 deletions
  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