KT-434 test and ability to supply full JDK for compiler tests

This commit is contained in:
Alex Tkachman
2011-11-19 07:01:58 +02:00
parent 39ca8eded8
commit abb15a85d6
3 changed files with 29 additions and 0 deletions
@@ -216,4 +216,9 @@ public class ControlStructuresTest extends CodegenTestCase {
public void testKt513() throws Exception {
blackBoxFile("regressions/kt513.jet");
}
public void testKt434() throws Exception {
createEnvironmentWithFullJdk();
blackBoxFile("regressions/kt434.jet");
}
}