KT-958 wrong compilation of 'in' with complex expression under test

This commit is contained in:
Alex Tkachman
2012-01-10 17:05:21 +02:00
parent e50e3f8ec8
commit ba6c9be53a
3 changed files with 10 additions and 1 deletions
@@ -241,6 +241,11 @@ public class ControlStructuresTest extends CodegenTestCase {
// System.out.println(generateToText());
}
public void testKt958() throws Exception {
blackBoxFile("regressions/kt958.jet");
// System.out.println(generateToText());
}
public void testQuicksort() throws Exception {
blackBoxFile("controlStructures/quicksort.jet");
// System.out.println(generateToText());