Refactor java code generator.

This commit is contained in:
James Roseborough
2010-04-13 14:31:40 +00:00
parent a8f129b8cf
commit 8ae33e1d08
39 changed files with 1711 additions and 13156 deletions

View File

@@ -25,7 +25,7 @@ import junit.framework.Test;
import junit.framework.TestSuite;
import org.luaj.vm2.compiler.LuaC;
import org.luaj.vm2.luajc.JavaBytecodeCompiler;
import org.luaj.vm2.luajc.LuaJC;
/**
* Compatibility tests for the Luaj VM
@@ -92,7 +92,7 @@ public class CompatibiltyTest {
protected void setUp() throws Exception {
super.setUp();
System.setProperty("JME", "false");
JavaBytecodeCompiler.install();
LuaJC.install();
}
// not supported on this platform - don't test
public void testDebugLib() {}