KT-873 fixing wrong register calculations

This commit is contained in:
Alex Tkachman
2012-01-04 14:29:21 +02:00
parent 629cdfc822
commit 3fd825d1a0
3 changed files with 16 additions and 6 deletions
@@ -41,6 +41,10 @@ public class FunctionGenTest extends CodegenTestCase {
// blackBoxFile("regressions/kt785.jet");
}
public void testKt873 () {
blackBoxFile("regressions/kt873.kt");
}
public void testFunction () throws InvocationTargetException, IllegalAccessException {
blackBoxFile("functions/functionExpression.jet");
}