mason.test: fix file->path

db4
Doug Coleman 2015-07-23 23:49:02 -07:00
parent 117727d444
commit ee9c221eb0
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ M: method word-vocabulary "method-generic" word-prop word-vocabulary ;
:: do-step ( errors summary-file details-file -- )
errors
[ error-type +linkage-error+ eq? ] reject
[ file>> ] map members natural-sort summary-file to-file
[ path>> ] map members natural-sort summary-file to-file
errors details-file utf8 [ errors. ] with-file-writer ;
: do-tests ( -- )