Commit abe21cc1 authored by Stefan Behnel's avatar Stefan Behnel

fix test

parent 42718de0
...@@ -48,8 +48,8 @@ def slice_charptr_for_loop_c(): ...@@ -48,8 +48,8 @@ def slice_charptr_for_loop_c():
def slice_charptr_for_loop_c_step(): def slice_charptr_for_loop_c_step():
""" """
>>> slice_charptr_for_loop_c_step() >>> slice_charptr_for_loop_c_step()
[] ['p', 't', 'q', 'C', 'B']
[] ['p', 't', 'q', 'C', 'B']
['b', 'A'] ['b', 'A']
['a', 'c', 'B'] ['a', 'c', 'B']
['a', 'c', 'B'] ['a', 'c', 'B']
......
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