* Fix test failure in CSCodeGeneratorTest.TestJumps()
* Need new NoOp(); generated part * Not Homer's fault - this test ain't running under Windows! (needs fixing!)0.6.0-stable
parent
275048490c
commit
1e527f3e86
|
@ -1220,7 +1220,7 @@ default
|
||||||
"\n {" +
|
"\n {" +
|
||||||
"\n goto here;" +
|
"\n goto here;" +
|
||||||
"\n llOwnerSay(new LSL_Types.LSLString(\"Uh oh, the jump didn't work\"));" +
|
"\n llOwnerSay(new LSL_Types.LSLString(\"Uh oh, the jump didn't work\"));" +
|
||||||
"\n here:" +
|
"\n here: NoOp();" +
|
||||||
"\n llOwnerSay(new LSL_Types.LSLString(\"After the jump\"));" +
|
"\n llOwnerSay(new LSL_Types.LSLString(\"After the jump\"));" +
|
||||||
"\n }\n";
|
"\n }\n";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue