tools.coverage: fix using

modern-harvey2
Doug Coleman 2017-09-16 11:23:16 -05:00
parent 153f5372d3
commit 70076fa7cd
1 changed files with 1 additions and 1 deletions
basis/tools/coverage

View File

@ -3,7 +3,7 @@
USING: accessors arrays assocs classes combinators.short-circuit
continuations fry io kernel math namespaces prettyprint
quotations sequences sequences.deep splitting strings
tools.annotations tools.test.private vocabs words words.symbol ;
tools.annotations tools.test vocabs words words.symbol ;
IN: tools.coverage
TUPLE: coverage-state < identity-tuple executed? ;