Revert "Temporary: mute PRE_RELEASE_CLASS in some tests (KT-66551)"

This reverts commit 893e5cac
This commit is contained in:
Mikhail Glukhikh
2024-03-14 21:35:33 +01:00
committed by Space Team
parent e22a2016b1
commit 8ac576614f
9 changed files with 3 additions and 25 deletions
@@ -27,7 +27,6 @@ class ProgramWithDependencyOnCompiler(
K2JVMCompiler(),
listOf(
programSource.path,
"-Xskip-prerelease-check",
"-d", program.absolutePath,
"-cp", PathUtil.kotlinPathsForDistDirectory.compilerPath.absolutePath,
),