split SuperGenTest.enclosed

This commit is contained in:
Stepan Koltsov
2012-02-09 23:40:43 +04:00
parent 8e6e8e938c
commit 9b6e051dc1
3 changed files with 31 additions and 14 deletions
@@ -21,8 +21,14 @@ public class SuperGenTest extends CodegenTestCase {
// System.out.println(generateToText());
}
public void testEnclosedMethod () {
blackBoxFile("/super/enclosed.jet");
public void testEnclosedFun () {
blackBoxFile("/super/enclosedFun.jet");
// System.out.println(generateToText());
}
public void testEnclosedVar () {
blackBoxFile("/super/enclosedVar.jet");
// System.out.println(generateToText());
}
}