From: Robert Bradshaw Date: Wed, 25 Mar 2009 12:33:58 +0000 (-0700) Subject: fix a loop test X-Git-Tag: 0.12.alpha0~366 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc76c0e6b10fae2c54bcb8acd5d379953f5d7df1;p=cython.git fix a loop test --- diff --git a/tests/run/for_decrement.pyx b/tests/run/for_decrement.pyx index 72c3dab1..17c6112b 100644 --- a/tests/run/for_decrement.pyx +++ b/tests/run/for_decrement.pyx @@ -4,10 +4,6 @@ (9, 9, 8, 1, 2) >>> from_loop_indices() ** Calculating step ** -** Calculating step ** -** Calculating step ** -** Calculating step ** -** Calculating step ** (10, 10, 0) """