failing test

This commit is contained in:
Maxim Shafirov
2011-06-23 16:58:07 +04:00
parent a850ca37aa
commit 48f40bba46
2 changed files with 12 additions and 0 deletions
@@ -23,4 +23,8 @@ public class ClosuresGenTest extends CodegenTestCase {
public void testExtensionClosure() throws Exception {
blackBoxFile("classes/extensionClosure.jet");
}
public void testEnclosingLocalVariable() throws Exception {
blackBoxFile("classes/enclosingLocalVariable.jet");
}
}