mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 15:48:21 +00:00
Fix test case.
This commit is contained in:
parent
ed4b963356
commit
f3301b07c6
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ class Test03_Optimizer(UnitTestCase):
|
|||
self.assertEqual(out, 'integer a;\nx()\n{\n {\n '
|
||||
'string s = "x";\n s = s + (string)a;\n }\n}\n'
|
||||
'default\n{\n timer()\n {\n x();\n a = 3;\n'
|
||||
' llOwnerSay((string)a);\n [((float)(3))];\n'
|
||||
' llOwnerSay((string)a);\n'
|
||||
' }\n}\n'
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue