]> gitweb.factorcode.org Git - factor.git/commitdiff
combinators.extras: fix unit tests.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 11 May 2016 21:18:48 +0000 (14:18 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 11 May 2016 21:18:48 +0000 (14:18 -0700)
extra/combinators/extras/extras-tests.factor

index 51019a4b7ef782c3d4549809574ef7647cfc2d4c..3a34f4f7d0eab4b6d9fa12570891b111d3df66da 100644 (file)
@@ -35,18 +35,6 @@ IN: combinators.extras.tests
 { "123" "1" } [ "1" "123" [ length ] [ < ] swap-when ] unit-test
 
 
-{ t } [ "resource:" [ exists? ] 1arg >boolean ] unit-test
-{ f } [ f [ exists? ] 1arg ] unit-test
-{ f } [ "/homeasdfasdf123123" [ exists? ] 1arg ] unit-test
-
-
-
-
-{ f f } [ f f 2 n-falsify ] unit-test
-{ f f } [ 100 200 2 n-falsify ] unit-test
-
-{ f f } [ 100 f f  2 n-falsify-unless ] unit-test
-{ f f } [ 100 200 f  2 n-falsify-unless ] unit-test
-
-{ 100 f } [ 100 f t  2 n-falsify-unless ] unit-test
-{ 100 200 } [ 100 200 t  2 n-falsify-unless ] unit-test
\ No newline at end of file
+{ t } [ "resource:" [ exists? ] ?1arg >boolean ] unit-test
+{ f } [ f [ exists? ] ?1arg ] unit-test
+{ f } [ "/homeasdfasdf123123" [ exists? ] ?1arg ] unit-test