Commit 51add864 authored by Stefan Behnel's avatar Stefan Behnel

tighten reversed-range iteration test

parent e4f3075d
...@@ -253,7 +253,7 @@ def reversed_range_constant(): ...@@ -253,7 +253,7 @@ def reversed_range_constant():
@cython.test_assert_path_exists('//ForFromStatNode') @cython.test_assert_path_exists('//ForFromStatNode')
#@cython.test_fail_if_path_exists('//ForInStatNode') @cython.test_fail_if_path_exists('//ForInStatNode')
def reversed_range_constant_neg(): def reversed_range_constant_neg():
""" """
>>> [ i for i in _reversed(range(-2, -12, -4)) ] >>> [ i for i in _reversed(range(-2, -12, -4)) ]
......
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