Py3 test fix
authorStefan Behnel <scoder@users.berlios.de>
Sat, 21 Feb 2009 17:18:13 +0000 (18:18 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 21 Feb 2009 17:18:13 +0000 (18:18 +0100)
tests/run/for_decrement.pyx

index 39d40d63ff84c1f0c24122b4ed4bac3897794150..72c3dab1480126136a5af771a8f3e8f938b2211a 100644 (file)
@@ -15,7 +15,7 @@ cdef int get_step():
     """
     This should only be called once, when used in range().
     """
-    print "** Calculating step **"
+    print u"** Calculating step **"
     return 2
 
 def range_loop_indices():