KT-274 Enumeration.iterator()
This commit is contained in:
@@ -29,6 +29,9 @@ import java.util.jar.JarOutputStream;
|
||||
public class ForTestCompileStdlib {
|
||||
private static File stdlibJarFile;
|
||||
|
||||
private ForTestCompileStdlib() {
|
||||
}
|
||||
|
||||
private static File doCompile() throws Exception {
|
||||
File tmpDir = JetTestUtils.tmpDir("stdlibjar");
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ public class StdlibTest extends CodegenTestCase {
|
||||
}
|
||||
|
||||
public void testKt274 () {
|
||||
// blackBoxFile("regressions/kt274.kt");
|
||||
blackBoxFile("regressions/kt274.kt");
|
||||
}
|
||||
|
||||
//from ClassGenTest
|
||||
|
||||
Reference in New Issue
Block a user