Revert "[K/N] Temporary allow caches with non-default assertions mode"

This reverts commit b482b0e86d.

^KT-53032
This commit is contained in:
Dmitriy Dolovov
2022-07-18 18:06:17 +02:00
committed by Space
parent 40b8e3ce4b
commit d094a2dcaf
@@ -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(