Skip to content

Commit 6e11442

Browse files
Fix tests
Co-authored-by: Brandt Bucher <[email protected]>
1 parent 8ba53c3 commit 6e11442

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
@@ -1954,7 +1954,7 @@ def testfunc(n):
19541954
self.assertIsNotNone(ex)
19551955
uops = get_opnames(ex)
19561956
self.assertIn("_CALL_ISINSTANCE", uops)
1957-
self.assertNotIn("_GUARD_CALLABLE_ISINSTANCE_NULL", uops)
1957+
self.assertNotIn("_GUARD_THIRD_NULL", uops)
19581958
self.assertNotIn("_GUARD_CALLABLE_ISINSTANCE", uops)
19591959

19601960

0 commit comments

Comments
 (0)