Skip to content

Commit 3e0b776

Browse files
Fix bad merge
1 parent fea9f7d commit 3e0b776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,6 +2581,7 @@ def testfunc(n):
25812581
uops = get_opnames(ex)
25822582
self.assertIn("_STORE_SUBSCR_DICT", uops)
25832583
self.assertNotIn("_POP_TOP", uops)
2584+
self.assertIn("_POP_TOP_NOP", uops)
25842585

25852586
def test_attr_promotion_failure(self):
25862587
# We're not testing for any specific uops here, just

0 commit comments

Comments
 (0)