Skip to content

Commit 4c861c2

Browse files
committed
remove previous tests
1 parent bfb913c commit 4c861c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_peepholer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,6 @@ def test_constant_folding(self):
463463
'(1, 2, -3)',
464464
'(1, 2, -3) * 6',
465465
'lambda x: x in {(3 * -5) + (-1 - 6), (1, -2, 3) * 2, None}',
466-
'(1, )[0]',
467-
'(1, (1, 2))[1][1]'
468466
]
469467
for e in exprs:
470468
with self.subTest(e=e):

0 commit comments

Comments
 (0)