Skip to content

Commit c88becc

Browse files
committed
[WIP] Implement subroutine opcodes
1 parent 4a7d2ae commit c88becc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/core/opcodes/test_opcodes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,4 @@ def test_jumpsub(vm_class, code, expect_gas_used):
11711171
computation.transaction_context,
11721172
)
11731173
assert comp.is_success
1174-
assert comp.get_gas_used() == expect_gas_used
1175-
1176-
test_jumpsub(BerlinVM, '0x60045e005c5d', 18)
1174+
assert comp.get_gas_used() == expect_gas_used

0 commit comments

Comments
 (0)