Tests: remove TargetBackend.JVM_OLD

TargetBackend.JVM is equivalent to it at this point.
This commit is contained in:
Alexander Udalov
2023-06-22 19:19:20 +02:00
committed by Space Team
parent dd3bebb690
commit eeef70b2c8
8 changed files with 11 additions and 17 deletions
@@ -11,7 +11,6 @@ enum class TargetBackend(
) {
ANY(false),
JVM(false),
JVM_OLD(false, JVM),
JVM_IR(true, JVM),
JVM_MULTI_MODULE_IR_AGAINST_OLD(true, JVM_IR),
JVM_MULTI_MODULE_OLD_AGAINST_IR(false, JVM),