stack-checker: remove a test that is no longer valid, need to replace it with something.

db4
John Benediktsson 2013-03-27 18:17:49 -07:00
parent bf0f6476f5
commit c6e72c40ae
1 changed files with 1 additions and 3 deletions

View File

@ -450,9 +450,7 @@ DEFER: eee'
[ [ [ append ] strict-each ] infer ] [ unbalanced-branches-error? ] must-fail-with [ [ [ append ] strict-each ] infer ] [ unbalanced-branches-error? ] must-fail-with
[ [ [ 1 + ] strict-2map ] 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 ! TODO: ensure that polymorphic checking works on recursive combinators
FROM: splitting.private => split, ;
{ 2 0 } [ [ member? ] curry split, ] must-infer-as
[ [ [ write write ] each ] infer ] [ unbalanced-branches-error? ] must-fail-with [ [ [ write write ] each ] infer ] [ unbalanced-branches-error? ] must-fail-with