Browse Source

* write number of iterations

florian 3 years ago
parent
commit
6d6774bcc4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/tint642.pp

+ 2 - 2
tests/test/tint642.pp

@@ -441,7 +441,7 @@ procedure testmulqword;
        do_error(1805);
        do_error(1805);
 
 
      { now test the multiplication procedure with random bit patterns }
      { now test the multiplication procedure with random bit patterns }
-     writeln('Doing some random multiplications, takes a few seconds');
+     writeln('Doing some random multiplications (',NumIterations,' iterations), takes a few seconds');
      writeln('........................................ 100%');
      writeln('........................................ 100%');
      for i:=1 to NumIterations do
      for i:=1 to NumIterations do
        begin
        begin
@@ -513,7 +513,7 @@ procedure testdivqword;
        do_error(1904);
        do_error(1904);
 
 
      { now test the division procedure with random bit patterns }
      { now test the division procedure with random bit patterns }
-     writeln('Doing some random divisions, takes a few seconds');
+     writeln('Doing some random divisions (',NumIterations,' iterations), takes a few seconds');
      writeln('.................... 100%');
      writeln('.................... 100%');
      for i:=1 to NumIterations do
      for i:=1 to NumIterations do
        begin
        begin