update the unit test to reflect to new StandardLuaVM run() behavior

This commit is contained in:
Shu Lei
2007-11-29 22:41:29 +00:00
parent fd9b9b51c3
commit 89e4f9cc02

View File

@@ -118,7 +118,6 @@ public class LuaJVMTest extends TestCase {
try {
vm.parse(args);
vm.run();
fail("Bad parsing program. Should never reach this line.");
} catch (ParseException e) {
fail("Should never reach this line.");
}