Revert "[K/N] Temporary allow caches with non-default assertions mode"
This reverts commit b482b0e86d.
^KT-53032
This commit is contained in:
+1
-2
@@ -363,8 +363,7 @@ class KonanConfig(val project: Project, val configuration: CompilerConfiguration
|
||||
"with ${gcSchedulerType.name.lowercase()} garbage collector scheduler"
|
||||
}
|
||||
freezing != defaultFreezing -> "with ${freezing.name.replaceFirstChar { it.lowercase() }} freezing mode"
|
||||
// TODO: it should be disabled but test infrastructure need to be reworked for that
|
||||
runtimeAssertsMode != RuntimeAssertsMode.IGNORE -> null
|
||||
runtimeAssertsMode != RuntimeAssertsMode.IGNORE -> "with runtime assertions"
|
||||
else -> null
|
||||
}
|
||||
CacheSupport(
|
||||
|
||||
Reference in New Issue
Block a user