We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208eee6 commit ec8decdCopy full SHA for ec8decd
tests/unit/compiler/venom/test_venom_to_assembly.py
@@ -65,7 +65,8 @@ def test_invoke_middle_output_unused():
65
assert "RETURN" in asm, asm
66
return_idx = asm.index("RETURN")
67
assert return_idx > pop_idx and asm[return_idx - 1] == "SWAP1", asm
68
-
+
69
70
def test_popmany_bulk_removal_of_suffix():
71
compiler = VenomCompiler(IRContext())
72
stack = StackModel()
0 commit comments