diff --git a/basis/tools/coverage/coverage.factor b/basis/tools/coverage/coverage.factor index 5854deeee6..a46040536f 100644 --- a/basis/tools/coverage/coverage.factor +++ b/basis/tools/coverage/coverage.factor @@ -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? ;