Skip to content

Commit 9f22410

Browse files
committed
Fix bytecode test
1 parent daeb66c commit 9f22410

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/test/dotty/tools/backend/jvm/DottyBytecodeTests.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,6 @@ class TestBCode extends DottyBytecodeTest {
424424
VarOp(Opcodes.ALOAD, 2),
425425
TypeOp(Opcodes.INSTANCEOF, "Test"),
426426
Jump(Opcodes.IFEQ, Label(11)),
427-
VarOp(Opcodes.ALOAD, 2),
428-
TypeOp(Opcodes.CHECKCAST, "Test"),
429-
VarOp(Opcodes.ASTORE, 3),
430427
Field(Opcodes.GETSTATIC, "scala/Predef$", "MODULE$", "Lscala/Predef$;"),
431428
Invoke(Opcodes.INVOKEVIRTUAL, "scala/Predef$", "$qmark$qmark$qmark", "()Lscala/runtime/Nothing$;", false),
432429
Op(Opcodes.ATHROW),

0 commit comments

Comments
 (0)