diff --git a/compiler/test-infrastructure-utils/tests/org/jetbrains/kotlin/test/TargetBackend.kt b/compiler/test-infrastructure-utils/tests/org/jetbrains/kotlin/test/TargetBackend.kt index bd4f9cc0faa..b0d24426485 100644 --- a/compiler/test-infrastructure-utils/tests/org/jetbrains/kotlin/test/TargetBackend.kt +++ b/compiler/test-infrastructure-utils/tests/org/jetbrains/kotlin/test/TargetBackend.kt @@ -23,9 +23,7 @@ enum class TargetBackend( ANDROID(false, JVM), ANDROID_IR(true, JVM_IR), NATIVE(true), - JVM_WITH_OLD_EVALUATOR(false), JVM_IR_WITH_OLD_EVALUATOR(true), - JVM_WITH_IR_EVALUATOR(false), JVM_IR_WITH_IR_EVALUATOR(true); val compatibleWith get() = compatibleWithTargetBackend ?: ANY