UNARY_CONVERT can no longer be generated, so remove a test for the peepholer
optimization for it.
This commit is contained in:
parent
8933cb477f
commit
8b6de130c6
|
@ -135,7 +135,6 @@ class TestTranforms(unittest.TestCase):
|
|||
|
||||
def test_folding_of_unaryops_on_constants(self):
|
||||
for line, elem in (
|
||||
('`1`', "('1')"), # unary convert
|
||||
('-0.5', '(-0.5)'), # unary negative
|
||||
('~-2', '(1)'), # unary invert
|
||||
):
|
||||
|
|
Loading…
Reference in New Issue