From 44a9c9a40c6d81d5700397a800a6ebede78bd7af Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Thu, 22 Dec 2016 01:22:11 +0100 Subject: [PATCH] Fix test case that caused an exception. --- testfuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testfuncs.py b/testfuncs.py index 441b907..dd59e1f 100644 --- a/testfuncs.py +++ b/testfuncs.py @@ -922,7 +922,7 @@ def do_tests(): test('llFrand(NaN)', NaN) for i in range(10): test('llFrand(F32(1.4e-45))', 0.0) - test('llFrand(F32(1.1754943508222875e-38))', 0.0) + test('llFrand(F32(1.1754942106924411e-38))', 0.0) lslcommon.IsCalc = True test('cond(llGenerateKey())', True)