From: Dag Sverre Seljebotn Date: Sun, 29 Mar 2009 10:06:06 +0000 (+0200) Subject: Fixed error in testcase X-Git-Tag: 0.12.alpha0~334^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=12064cd33e1e798a392b8861fddb7d5d8cf3801c;p=cython.git Fixed error in testcase --- diff --git a/tests/bugs/ifelseexpr_T267.pyx b/tests/bugs/ifelseexpr_T267.pyx index 096b27ec..baf29101 100644 --- a/tests/bugs/ifelseexpr_T267.pyx +++ b/tests/bugs/ifelseexpr_T267.pyx @@ -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