We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a27313 commit b152a11Copy full SHA for b152a11
1 file changed
Lib/test/test_capi/test_opt.py
@@ -1636,7 +1636,7 @@ def testfunc(n):
1636
self.assertNotIn("_UNARY_NOT", uops)
1637
self.assertNotIn("_INSERT_1_LOAD_CONST_INLINE_BORROW", uops)
1638
1639
- def test_unary_invert_inert_1_load_const_inline_borrow(self):
+ def test_unary_invert_insert_1_load_const_inline_borrow(self):
1640
def testfunc(n):
1641
x = 0
1642
for i in range(n):
0 commit comments