Tests: adjust test data for bytecode listing tests
- remove obsolete `IGNORE_BACKEND: JVM` directives - move contents of .ir.txt files to the corresponding .txt
This commit is contained in:
committed by
Space Team
parent
1cf04916d6
commit
968dfddbc9
+1
-2
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM
|
||||
// IGNORE_DEXING
|
||||
// JVM_TARGET: 17
|
||||
// !LANGUAGE: +JvmPermittedSubclassesAttributeForSealed
|
||||
@@ -23,4 +22,4 @@ sealed class BinaryExpr(val arg1: Expr, val arg2: Expr) : Expr
|
||||
class BinaryPlusExpr(arg1: Expr, arg2: Expr) : BinaryExpr(arg1, arg2)
|
||||
class BinaryMinusExpr(arg1: Expr, arg2: Expr) : BinaryExpr(arg1, arg2)
|
||||
class BinaryMulExpr(arg1: Expr, arg2: Expr) : BinaryExpr(arg1, arg2)
|
||||
class BinaryDivExpr(arg1: Expr, arg2: Expr) : BinaryExpr(arg1, arg2)
|
||||
class BinaryDivExpr(arg1: Expr, arg2: Expr) : BinaryExpr(arg1, arg2)
|
||||
|
||||
Reference in New Issue
Block a user