fix for KT-870 - when without parameter

This commit is contained in:
Alex Tkachman
2011-12-25 15:55:57 +02:00
parent f52eae71d0
commit f40cf97279
3 changed files with 29 additions and 11 deletions
@@ -236,6 +236,11 @@ public class ControlStructuresTest extends CodegenTestCase {
// System.out.println(generateToText());
}
public void testKt870() throws Exception {
blackBoxFile("regressions/kt870.jet");
// System.out.println(generateToText());
}
public void testQuicksort() throws Exception {
blackBoxFile("controlStructures/quicksort.jet");
// System.out.println(generateToText());