mason.test: fix file->path
parent
117727d444
commit
ee9c221eb0
|
@ -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 ( -- )
|
||||
|
|
Loading…
Reference in New Issue