Skip to content

Commit 847996a

Browse files
committed
Fixup after merge
1 parent d578c68 commit 847996a

File tree

3 files changed

+125
-128
lines changed

3 files changed

+125
-128
lines changed

Lib/test/test_compiler_codegen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def test_if_expression(self):
2929
('LOAD_CONST', 0, 1),
3030
('TO_BOOL', 0, 1),
3131
('POP_JUMP_IF_FALSE', false_lbl := self.Label(), 1),
32-
('NOT_TAKEN', None, 1),
3332
('LOAD_SMALL_INT', 42, 1),
3433
('JUMP_NO_INTERRUPT', exit_lbl := self.Label()),
3534
false_lbl,

0 commit comments

Comments
 (0)