Fix bytecode generation for return values that are upvalues.

This commit is contained in:
James Roseborough
2010-07-30 05:02:29 +00:00
parent 860ca581ab
commit 67a0cac3f4
5 changed files with 91 additions and 56 deletions

View File

@@ -21,7 +21,6 @@
******************************************************************************/
package org.luaj.vm2;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.luaj.vm2.lua2java.Lua2Java;
@@ -33,7 +32,7 @@ import org.luaj.vm2.luajc.LuaJC;
* Results are compared for exact match with
* the installed C-based lua environment.
*/
public class CompatibiltyTest {
public class CompatibiltyTest extends TestSuite {
private static final String dir = "test/lua";