Skip to content

Commit 98b11c4

Browse files
committed
nit
1 parent 52ca498 commit 98b11c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,6 @@ def f(n):
21732173
uops = get_opnames(ex)
21742174
self.assertNotIn("_GUARD_TOS_ANY_SET", uops)
21752175
# _CONTAINS_OP_SET is constant-folded away for frozenset literals
2176-
self.assertNotIn("_CONTAINS_OP_SET", uops)
21772176
self.assertIn("_INSERT_2_LOAD_CONST_INLINE_BORROW", uops)
21782177

21792178
def test_remove_guard_for_known_type_tuple(self):

0 commit comments

Comments
 (0)