aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs
index 2284282..a6d36c6 100644
--- a/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/CodeTools/Tests/CSCodeGeneratorTest.cs
@@ -1220,7 +1220,7 @@ default
1220 "\n {" + 1220 "\n {" +
1221 "\n goto here;" + 1221 "\n goto here;" +
1222 "\n llOwnerSay(new LSL_Types.LSLString(\"Uh oh, the jump didn't work\"));" + 1222 "\n llOwnerSay(new LSL_Types.LSLString(\"Uh oh, the jump didn't work\"));" +
1223 "\n here:" + 1223 "\n here: NoOp();" +
1224 "\n llOwnerSay(new LSL_Types.LSLString(\"After the jump\"));" + 1224 "\n llOwnerSay(new LSL_Types.LSLString(\"After the jump\"));" +
1225 "\n }\n"; 1225 "\n }\n";
1226 1226