From 70076fa7cdb2bac79aa7dc1bd7ea5ce70e14918b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 16 Sep 2017 11:23:16 -0500 Subject: [PATCH] tools.coverage: fix using --- basis/tools/coverage/coverage.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? ;