This commit is contained in:
Alex Tkachman
2011-11-01 10:56:24 +01:00
parent 43faa77478
commit d07314a8b5
5 changed files with 82 additions and 20 deletions
@@ -207,4 +207,9 @@ public class ControlStructuresTest extends CodegenTestCase {
public void testKt299() throws Exception {
blackBoxFile("regressions/kt299.jet");
}
public void testKt416() throws Exception {
blackBoxFile("regressions/kt416.jet");
System.out.println(generateToText());
}
}