KT-769, KT-773 wrong compilation of when

This commit is contained in:
Alex Tkachman
2011-12-07 20:34:48 +02:00
parent c76463256b
commit 43885f0955
4 changed files with 61 additions and 7 deletions
@@ -221,6 +221,16 @@ public class ControlStructuresTest extends CodegenTestCase {
blackBoxFile("regressions/kt434.jet");
}
public void testKt769() throws Exception {
blackBoxFile("regressions/kt769.jet");
// System.out.println(generateToText());
}
public void testKt773() throws Exception {
blackBoxFile("regressions/kt773.jet");
// System.out.println(generateToText());
}
public void testQuicksort() throws Exception {
blackBoxFile("controlStructures/quicksort.jet");
// System.out.println(generateToText());