update the unit test to reflect to new StandardLuaVM run() behavior
This commit is contained in:
@@ -118,7 +118,6 @@ public class LuaJVMTest extends TestCase {
|
|||||||
try {
|
try {
|
||||||
vm.parse(args);
|
vm.parse(args);
|
||||||
vm.run();
|
vm.run();
|
||||||
fail("Bad parsing program. Should never reach this line.");
|
|
||||||
} catch (ParseException e) {
|
} catch (ParseException e) {
|
||||||
fail("Should never reach this line.");
|
fail("Should never reach this line.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user