]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sequences/lib/lib-tests.factor
if-empty changes
[factor.git] / extra / sequences / lib / lib-tests.factor
index 76f3bb4f5b61d159a11740fe6fe0b8cb1fd5c5dd..12bdd45c46cd67f985fc0e7e20ba712d4f302754 100755 (executable)
@@ -63,6 +63,3 @@ IN: sequences.lib.tests
 [ 1 2 { 3 4 } [ + + drop ] 2 each-withn  ] must-infer
 { 13 } [ 1 2 { 3 4 } [ + + ] 2 each-withn + ] unit-test
 [ { 910 911 912 } ] [ 10 900 3 [ + + ] map-with2 ] unit-test
-
-[ "empty" ] [ { } [ "not empty" ] [ "empty" ] if-seq ] unit-test
-[ { 1 } "not empty" ] [ { 1 } [ "not empty" ] [ "empty" ] if-seq ] unit-test