]> gitweb.factorcode.org Git - factor.git/commitdiff
stack-checker: remove a test that is no longer valid, need to replace it with something.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 28 Mar 2013 01:17:49 +0000 (18:17 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 28 Mar 2013 01:17:49 +0000 (18:17 -0700)
basis/stack-checker/stack-checker-tests.factor

index 2b67d0cc77f77d126fb396205cec41ed51c4256c..974b322d1f9e533396ae6c39fcb95b41e2768236 100644 (file)
@@ -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