Skip to content

Commit 4c86003

Browse files
Remove extraneous asserts
1 parent 8723267 commit 4c86003

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,6 @@ def testfunc(n):
19391939
self.assertIn("_UNPACK_SEQUENCE_TWO_TUPLE", uops)
19401940
self.assertNotIn("_COMPARE_OP_INT", uops)
19411941
self.assertNotIn("_GUARD_IS_TRUE_POP", uops)
1942-
self.assertNotIn("_POP_TWO_LOAD_CONST_INLINE_BORROW", uops)
19431942

19441943
def test_call_len(self):
19451944
def testfunc(n):
@@ -2058,7 +2057,6 @@ def testfunc(n):
20582057
self.assertIn("_BINARY_OP_SUBSCR_TUPLE_INT", uops)
20592058
self.assertNotIn("_COMPARE_OP_INT", uops)
20602059
self.assertNotIn("_GUARD_IS_TRUE_POP", uops)
2061-
self.assertNotIn("_POP_TWO_LOAD_CONST_INLINE_BORROW", uops)
20622060

20632061
def test_call_isinstance_guards_removed(self):
20642062
def testfunc(n):

0 commit comments

Comments
 (0)