Skip to content

Commit ca15e78

Browse files
committed
Update test
1 parent bd62d15 commit ca15e78

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
@@ -1961,6 +1961,7 @@ def testfunc(n):
19611961
self.assertIsNotNone(ex)
19621962
uops = get_opnames(ex)
19631963
self.assertIn("_CALL_TYPE_1", uops)
1964+
self.assertIn("_POP_TOP_NOP", uops)
19641965

19651966
def test_call_tuple_1_pop_top(self):
19661967
def testfunc(n):

0 commit comments

Comments
 (0)