From 1ce142c105227f911285631ab637262e4645a110 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 25 Mar 2009 05:33:58 -0700 Subject: [PATCH] fix a loop test --HG-- extra : transplant_source : H%22Z%EF%DA%20m4l%C6%8A%EB%94%DD%9B%DA%20%0Bn%C6 --- tests/run/for_decrement.pyx | 4 ---- 1 file changed, 4 deletions(-) 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) """ -- 2.26.2