mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Fix test case that caused an exception.
This commit is contained in:
parent
14488ddd92
commit
44a9c9a40c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue