Failing tests

This commit is contained in:
Maxim Shafirov
2011-07-04 13:27:24 +04:00
parent 7d63d512b2
commit 6bbf1a61fe
3 changed files with 28 additions and 0 deletions
@@ -27,4 +27,12 @@ public class ClosuresGenTest extends CodegenTestCase {
public void testEnclosingLocalVariable() throws Exception {
blackBoxFile("classes/enclosingLocalVariable.jet");
}
public void testDoubleEnclosedLocalVariable() throws Exception {
blackBoxFile("classes/doubleEnclosedLocalVariable.jet");
}
public void testEnclosingThis() throws Exception {
blackBoxFile("classes/enclosingThis.jet");
}
}