Improve error tests

This commit is contained in:
James Roseborough
2010-05-09 23:51:46 +00:00
parent 40b7cb19c9
commit 5eb1ef1079
11 changed files with 23 additions and 27 deletions

View File

@@ -21,6 +21,7 @@
******************************************************************************/
package org.luaj.vm2;
import org.luaj.vm2.lib.PackageLib;
import org.luaj.vm2.compiler.LuaC;
@@ -33,7 +34,7 @@ import org.luaj.vm2.compiler.LuaC;
public class ErrorsTest extends ScriptDrivenTest {
private static final String dir = "test/lua/errors";
public ErrorsTest() {
super(ScriptDrivenTest.PlatformType.JSE, dir);
}