Commit c3bf0dd4 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove now deprecated test capturing failure of range comparison operators (Ref #380).

parent f19b8bc6
......@@ -364,9 +364,6 @@ Environment Markers
>>> print(im("'x'=='x' or os.open('foo')=='y'")) # no short-circuit!
Language feature not supported in environment markers
>>> print(im("'x' < 'y'"))
'<' operator not allowed in environment markers
>>> print(im("'x' < 'y' < 'z'"))
Chained comparison not allowed in environment markers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment