Skip to content

Commit 75acbe1

Browse files
committed
Fix test
1 parent ed60e2e commit 75acbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def testfunc(x):
231231
ex = get_first_executor(testfunc)
232232
self.assertIsNotNone(ex)
233233
uops = get_opnames(ex)
234-
self.assertIn("_SET_IP", uops)
234+
self.assertIn("_JUMP_TO_TOP", uops)
235235
self.assertIn("_LOAD_FAST_0", uops)
236236

237237
def test_extended_arg(self):

0 commit comments

Comments
 (0)