tools.coverage: fix using
parent
153f5372d3
commit
70076fa7cd
|
@ -3,7 +3,7 @@
|
||||||
USING: accessors arrays assocs classes combinators.short-circuit
|
USING: accessors arrays assocs classes combinators.short-circuit
|
||||||
continuations fry io kernel math namespaces prettyprint
|
continuations fry io kernel math namespaces prettyprint
|
||||||
quotations sequences sequences.deep splitting strings
|
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
|
IN: tools.coverage
|
||||||
|
|
||||||
TUPLE: coverage-state < identity-tuple executed? ;
|
TUPLE: coverage-state < identity-tuple executed? ;
|
||||||
|
|
Loading…
Reference in New Issue