From: John Benediktsson Date: Tue, 9 Aug 2022 23:51:24 +0000 (-0700) Subject: xmode.rules: removing test no longer needed X-Git-Tag: 0.99~1148 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=ab35fe6892088b0285b9cbc705a9acf3e619b959 xmode.rules: removing test no longer needed --- diff --git a/basis/xmode/rules/rules-tests.factor b/basis/xmode/rules/rules-tests.factor deleted file mode 100644 index 52190faf08..0000000000 --- a/basis/xmode/rules/rules-tests.factor +++ /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