Fixed error in testcase
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sun, 29 Mar 2009 10:06:06 +0000 (12:06 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sun, 29 Mar 2009 10:06:06 +0000 (12:06 +0200)
tests/bugs/ifelseexpr_T267.pyx

index 096b27ec26a639296dc41c17e6b0f40418e79ffd..baf29101d7e94dfa73a4efcb754d411dc7da33b3 100644 (file)
@@ -1,11 +1,11 @@
 """
->>> constants(5)
+>>> constants(4)
 1
->>> constants(6)
+>>> constants(5)
 10
->>> temps(5)
+>>> temps(4)
 1
->>> temps(6)
+>>> temps(5)
 10
 >>> nested(1)
 1