Skip to content

Commit 8b6de13

Browse files
committed
UNARY_CONVERT can no longer be generated, so remove a test for the peepholer
optimization for it.
1 parent 8933cb4 commit 8b6de13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_peepholer.py

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ def test_folding_of_binops_on_constants(self):
135135

136136
def test_folding_of_unaryops_on_constants(self):
137137
for line, elem in (
138-
('`1`', "('1')"), # unary convert
139138
('-0.5', '(-0.5)'), # unary negative
140139
('~-2', '(1)'), # unary invert
141140
):

0 commit comments

Comments
 (0)