Skip to content

Commit f8483c1

Browse files
Update Lib/test/test_capi/test_opt.py
Co-authored-by: Brandt Bucher <[email protected]>
1 parent ee6e90b commit f8483c1

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
@@ -2166,7 +2166,7 @@ def testfunc(n):
21662166
self.assertEqual(res, TIER2_THRESHOLD)
21672167
self.assertIsNotNone(ex)
21682168
uops = get_opnames(ex)
2169-
self.assertIn("_LOAD_CONST_INLINE_BORROW", uops)
2169+
self.assertNotIn("_LOAD_SMALL_INT", uops)
21702170

21712171
def global_identity(x):
21722172
return x

0 commit comments

Comments
 (0)