]> gitweb.factorcode.org Git - factor.git/commitdiff
xmode.rules: removing test no longer needed
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 9 Aug 2022 23:51:24 +0000 (16:51 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 9 Aug 2022 23:51:24 +0000 (16:51 -0700)
basis/xmode/rules/rules-tests.factor [deleted file]

diff --git a/basis/xmode/rules/rules-tests.factor b/basis/xmode/rules/rules-tests.factor
deleted file mode 100644 (file)
index 52190fa..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-USING: xmode.rules tools.test ;
-
-{ { 1 2 3 } } [ f { 1 2 3 } ?push-all ] unit-test
-{ { 1 2 3 } } [ { 1 2 3 } f ?push-all ] unit-test
-{ V{ 1 2 3 4 5 } } [ { 1 2 3 } { 4 5 } ?push-all ] unit-test