Remove warning for running the compiler under Java 6/7
Now the compiler won't even start, so no need to check this manually.
This commit is contained in:
@@ -43,7 +43,6 @@ public abstract class CompilerSmokeTestBase extends KotlinIntegrationTestBase {
|
||||
javaArgs.add("org.jetbrains.kotlin.cli.jvm.K2JVMCompiler");
|
||||
|
||||
Collections.addAll(javaArgs, arguments);
|
||||
javaArgs.add("-Xskip-java-check");
|
||||
|
||||
return run(logName, ArrayUtil.toStringArray(javaArgs));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user