LSL-PyOptimizer/unit_tests/regression.suite/jump-single-stmt-dcr.err
Sei Lisa 1867dc78e7 Add the new test suite.
This test suite has been in use for a long time now, in place of the obsolete and unmanageable testparser.py and testfuncs.py. It verifies the complete optimizer output to stdout and stderr, to ensure that the output matches the expectations.

See unit_tests/README.txt for more info.
2019-01-04 20:27:36 +01:00

3 lines
217 B
Text

while (0) @a1;
^
(Line 4 char 13): ERROR: When optimization is active, a label can't be the immediate child of a 'for', 'if', 'while' or 'do'. Disable optimization or rewrite the code in some other way.