IR text tests: Remove useless IGNORE_BACKEND*: JS_IR_ES6 directive

This commit is contained in:
Dmitriy Dolovov
2023-11-22 22:32:36 +01:00
committed by Space Team
parent e0e50e183e
commit fd96ee1d0b
53 changed files with 8 additions and 53 deletions
@@ -1,7 +1,6 @@
// WITH_STDLIB
// SKIP_KLIB_TEST
// IGNORE_BACKEND_K1: JS_IR
// IGNORE_BACKEND_K1: JS_IR_ES6
sealed class A : CharSequence {
data class B(val c: CharSequence) : A(), CharSequence by c