tools.coverage: fix refactor bug.

db4
John Benediktsson 2015-06-09 08:03:35 -07:00
parent c2290aa141
commit 667462e848
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ PRIVATE>
{ [ ".private" tail? ] [ ".tests" tail? ] } 1|| not ;
: test-coverage-recursively ( prefix -- assoc )
disk-vocabs-for-prefix [ coverage-vocab? ] filter
loaded-child-vocab-names [ coverage-vocab? ] filter
[ dup test-coverage ] { } map>assoc ;
: %coverage ( string -- x )