Fix inference.state tests
parent
26aa656123
commit
a7c0b356a8
|
@ -1,5 +1,5 @@
|
||||||
IN: inference.state.tests
|
IN: inference.state.tests
|
||||||
USING: tools.test inference.state words ;
|
USING: tools.test inference.state words kernel namespaces ;
|
||||||
|
|
||||||
: computing-dependencies ( quot -- dependencies )
|
: computing-dependencies ( quot -- dependencies )
|
||||||
H{ } clone [ dependencies rot with-variable ] keep ;
|
H{ } clone [ dependencies rot with-variable ] keep ;
|
||||||
|
|
Loading…
Reference in New Issue