aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_compiler_codegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_compiler_codegen.py')
-rw-r--r--Lib/test/test_compiler_codegen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_compiler_codegen.py b/Lib/test/test_compiler_codegen.py
index b5d1e2f9e47..dbeadd9ca47 100644
--- a/Lib/test/test_compiler_codegen.py
+++ b/Lib/test/test_compiler_codegen.py
@@ -49,6 +49,7 @@ class IsolatedCodeGenTests(CodegenTestCase):
('JUMP', loop_lbl),
exit_lbl,
('END_FOR', None),
+ ('POP_TOP', None),
('LOAD_CONST', 0),
('RETURN_VALUE', None),
]