Skip to content

Commit 8984add

Browse files
committed
Fix test
1 parent 8e03efc commit 8984add

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
@@ -1779,7 +1779,7 @@ def testfunc(n):
17791779
uops = get_opnames(ex)
17801780
self.assertIn("_CALL_TYPE_1", uops)
17811781
self.assertNotIn("_GUARD_NOS_NULL", uops)
1782-
self.assertNotIn("_GUARD_NOS_TYPE", uops)
1782+
self.assertNotIn("_GUARD_CALLABLE_TYPE_1", uops)
17831783

17841784

17851785
def global_identity(x):

0 commit comments

Comments
 (0)