LSL-PyOptimizer/unit_tests/regression.suite/computable.out
Sei Lisa d6162dfcf2 Remove llGetEnv tests from tests; don't generate list in list
llGetEnv() is not computable now, so remove it from the computable functions unit test.

The test generated lists inside a list, and after the llGetEnv() change, that caused a weird side effect that hasn't been investigated (see test result of previous commit). To be on the safe side, take all list-generating results out of the list, into their own llSetPrimitiveParams call.
2023-02-03 21:47:37 +01:00

31 lines
617 B
Text

default
{
timer()
{
llSetPrimitiveParams(
[ 0.
, 0.
, 0.
, -0.
, 0.
, 0.
, 0.
, (1e40*0)
, (-1e40*0)
, 0.
, ((key)"00000000-0000-0000-0000-000000000000")
, 1
, 0
, ""
, <0., 0., 0.>
, 1.
, ""
, <1., 1., 1.>
, ""
, 0
]);
llSetPrimitiveParams((list)"INVALID_SCOPE");
llSetPrimitiveParams([]);
llSetPrimitiveParams([]);
}
}