From 12064cd33e1e798a392b8861fddb7d5d8cf3801c Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Sun, 29 Mar 2009 12:06:06 +0200 Subject: [PATCH] Fixed error in testcase --- tests/bugs/ifelseexpr_T267.pyx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.26.2