mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* Fix test failure in CSCodeGeneratorTest.TestJumps()
* Need new NoOp(); generated part * Not Homer's fault - this test ain't running under Windows! (needs fixing!)
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user