Skip to content

Commit 4d760b5

Browse files
tests: fix broken test
1 parent eb27cd8 commit 4d760b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_bytecode.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ def func(a):
330330
]
331331
if PY313
332332
else [
333+
Instr("RESUME", 0, lineno=1),
333334
Instr("LOAD_FAST", "a", lineno=2),
334335
Instr("FORMAT_VALUE", 2, lineno=2),
335336
Instr("RETURN_VALUE", lineno=2),

0 commit comments

Comments
 (0)