mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 08:08:20 +00:00
llModPow precision has been fixed and the delay removed
This commit is contained in:
parent
e27ece3536
commit
23e71354c5
6 changed files with 34 additions and 44 deletions
|
@ -541,8 +541,6 @@ class UnitTestCoverage(UnitTestCase):
|
|||
# The SEF table prevents this assertion from being reachable via script.
|
||||
self.assertRaises(lslfuncs.ELSLCantCompute, lslfuncs.llXorBase64Strings,
|
||||
u"AABA", u"AABA")
|
||||
self.assertRaises(lslfuncs.ELSLCantCompute, lslfuncs.llModPow,
|
||||
3, 5, 7)
|
||||
# Check invalid type in llGetListEntryType
|
||||
self.assertRaises(lslfuncs.ELSLInvalidType, lslfuncs.llGetListEntryType,
|
||||
[b'a'], 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue