From: Stefan Behnel Date: Wed, 8 Sep 2010 17:18:59 +0000 (+0200) Subject: fix test X-Git-Tag: 0.14.alpha0~342 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=abe21cc1bc34d7cdeca257aeaaefdcd5b7636d19;p=cython.git fix test --- diff --git a/tests/run/carray_slicing.pyx b/tests/run/carray_slicing.pyx index 8ad31374..94ec9785 100644 --- a/tests/run/carray_slicing.pyx +++ b/tests/run/carray_slicing.pyx @@ -48,8 +48,8 @@ def slice_charptr_for_loop_c(): def slice_charptr_for_loop_c_step(): """ >>> slice_charptr_for_loop_c_step() - [] - [] + ['p', 't', 'q', 'C', 'B'] + ['p', 't', 'q', 'C', 'B'] ['b', 'A'] ['a', 'c', 'B'] ['a', 'c', 'B']