From c6e72c40ae871667bb31951abc2b69b30d15a2b4 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 27 Mar 2013 18:17:49 -0700 Subject: [PATCH] stack-checker: remove a test that is no longer valid, need to replace it with something. --- basis/stack-checker/stack-checker-tests.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/basis/stack-checker/stack-checker-tests.factor b/basis/stack-checker/stack-checker-tests.factor index 2b67d0cc77..974b322d1f 100644 --- a/basis/stack-checker/stack-checker-tests.factor +++ b/basis/stack-checker/stack-checker-tests.factor @@ -450,9 +450,7 @@ DEFER: eee' [ [ [ append ] strict-each ] infer ] [ unbalanced-branches-error? ] must-fail-with [ [ [ 1 + ] strict-2map ] infer ] [ unbalanced-branches-error? ] must-fail-with -! ensure that polymorphic checking works on recursive combinators -FROM: splitting.private => split, ; -{ 2 0 } [ [ member? ] curry split, ] must-infer-as +! TODO: ensure that polymorphic checking works on recursive combinators [ [ [ write write ] each ] infer ] [ unbalanced-branches-error? ] must-fail-with