[K/N][tests] Rename tags: debugOnly() -> forceDebugMode()

This commit is contained in:
Dmitriy Dolovov
2023-05-01 23:14:20 +02:00
committed by Space Team
parent 40a1443401
commit d998ccedc2
@@ -189,7 +189,7 @@ fun main() {
annotations = listOf(
debugger(),
provider<UseStandardTestCaseGroupProvider>(),
debugOnly(),
forceDebugMode(),
hostOnly()
)
) {
@@ -201,7 +201,7 @@ fun main() {
private inline fun <reified T : Annotation> provider() = annotation(T::class.java)
private fun debugOnly() = annotation(
private fun forceDebugMode() = annotation(
EnforcedProperty::class.java,
"property" to ClassLevelProperty.OPTIMIZATION_MODE,
"propertyValue" to "DEBUG"