Fix bug in compiler affecting functions with many locals.

This commit is contained in:
Ian Farmer
2010-07-25 20:47:54 +00:00
parent ea931c1438
commit 97b4162423
5 changed files with 47 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ public class CompatibiltyTest {
public void testErrors() { runTest("errors"); }
public void testFunctions() { runTest("functions"); }
public void testIoLib() { runTest("iolib"); }
public void testManyUpvals() { runTest("manyupvals"); }
public void testMathLib() { runTest("mathlib"); }
public void testOsLib() { runTest("oslib"); }
public void testStringLib() { runTest("stringlib"); }