From: Robert Bradshaw Date: Wed, 25 Mar 2009 12:33:58 +0000 (-0700) Subject: fix a loop test X-Git-Tag: 0.11.1.alpha~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ce142c105227f911285631ab637262e4645a110;p=cython.git fix a loop test --HG-- extra : transplant_source : H%22Z%EF%DA%20m4l%C6%8A%EB%94%DD%9B%DA%20%0Bn%C6 --- 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) """