* 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
Justin Clarke Casey 2008-11-06 23:32:39 +00:00
parent 275048490c
commit 1e527f3e86
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ default
"\n {" +
"\n goto here;" +
"\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 }\n";