Tests: unmute bytecode listing tests for JVM_IR
Mute them for the old JVM backend instead. JVM IR behavior is fine in all cases except maybe `destructured.kt`, for which there's now an issue KT-63075.
This commit is contained in:
committed by
Space Team
parent
c1c9549b4f
commit
9ae16fd66e
@@ -1,5 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// ^ see KT-42578
|
||||
// IGNORE_BACKEND: JVM
|
||||
|
||||
abstract class AbstractNumber : Number()
|
||||
|
||||
@@ -11,4 +10,4 @@ class MyNumber : Number() {
|
||||
override fun toInt(): Int = 0
|
||||
override fun toLong(): Long = 0
|
||||
override fun toShort(): Short = 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user