Skip to content

Commit

Permalink
update codegen test
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Jun 11, 2024
1 parent 8aa33e1 commit 6a9ca6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_compiler_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def test_for_loop(self):
('GET_ITER', None, 1),
loop_lbl := self.Label(),
('FOR_ITER', exit_lbl := self.Label(), 1),
('NOP', None, 1, 1),
('STORE_NAME', 1, 1),
('LOAD_NAME', 2, 2),
('PUSH_NULL', None, 2),
Expand Down

0 comments on commit 6a9ca6d

Please sign in to comment.