test for obsolete KT-772

This commit is contained in:
Alex Tkachman
2011-12-19 07:47:26 +02:00
parent 7e93494e2f
commit c6b69cad2c
2 changed files with 30 additions and 0 deletions
@@ -231,6 +231,11 @@ public class ControlStructuresTest extends CodegenTestCase {
// System.out.println(generateToText());
}
public void testKt772() throws Exception {
blackBoxFile("regressions/kt772.jet");
// System.out.println(generateToText());
}
public void testQuicksort() throws Exception {
blackBoxFile("controlStructures/quicksort.jet");
// System.out.println(generateToText());