]> gitweb.factorcode.org Git - factor.git/commitdiff
match: fix tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Nov 2020 16:45:04 +0000 (08:45 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 21 Nov 2020 16:45:04 +0000 (08:45 -0800)
basis/match/match-tests.factor

index 9d12154c2a02740ec2d74e784f762ea8a1b53ebb..f8a7d2f51c724dcb624d711c4d28442baa204690 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (C) 2006 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: arrays kernel match namespaces tools.test ;
+FROM: match => _ ;
 IN: match.tests
 
 MATCH-VARS: ?a ?b ;