Browse Source

* restore old error value

florian 6 tháng trước cách đây
mục cha
commit
5ec3e6fd14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test/units/math/trandg.pp

+ 1 - 1
tests/test/units/math/trandg.pp

@@ -112,7 +112,7 @@ begin
 	end;
 	writeln('Out of range: ', nOutOfRange, ' / ', NSamples, ' (', nOutOfRange / nSamples * 100:0:1, '%).', LineEnding,
 		'Took ', time:0:1, ' s.', LineEnding);
-	if nOutOfRange / nSamples>0.0015 then
+	if nOutOfRange / nSamples>0.001 then
 	  halt(1);
 	if imperfections > {$ifdef SMALL_TEST} 40 {$else} 16 {$endif} then
 	  halt(1);