Failing test, some work for frontend

This commit is contained in:
Maxim Shafirov
2011-06-23 12:29:31 +04:00
parent c75ad51d5c
commit 763e41fc5e
4 changed files with 20 additions and 1 deletions
@@ -19,4 +19,8 @@ public class ClosuresGenTest extends CodegenTestCase {
public void testClosureWithParameterAndBoxing() throws Exception {
blackBoxFile("classes/closureWithParameterAndBoxing.jet");
}
public void testExtensionClosure() throws Exception {
blackBoxFile("classes/extensionClosure.jet");
}
}