]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/mason/test/test.factor
Merge branch 'bags' of git://github.com/littledan/Factor
[factor.git] / extra / mason / test / test.factor
index 2421a288ee17b0adff6b6761109994d46fc2b01d..fba3ed58c47e452a8ae8f0124a08cbc47e5da3b2 100644 (file)
@@ -24,7 +24,7 @@ M: method word-vocabulary "method-generic" word-prop word-vocabulary ;
 :: do-step ( errors summary-file details-file -- )
     errors
     [ error-type +linkage-error+ eq? not ] filter
-    [ file>> ] map prune natural-sort summary-file to-file
+    [ file>> ] map members natural-sort summary-file to-file
     errors details-file utf8 [ errors. ] with-file-writer ;
 
 : do-tests ( -- )
@@ -62,7 +62,7 @@ M: method word-vocabulary "method-generic" word-prop word-vocabulary ;
     "" to-refresh drop 2dup [ empty? not ] either?
     [
         "Boot image is out of date. Changed vocabs:" print
-        append prune [ print ] each
+        members [ print ] each
         flush
         1 exit
     ] [ 2drop ] if ;