Fix inference.state tests

db4
Slava Pestov 2008-05-07 10:31:19 -05:00
parent 26aa656123
commit a7c0b356a8
1 changed files with 1 additions and 1 deletions
core/inference/state

View File

@ -1,5 +1,5 @@
IN: inference.state.tests
USING: tools.test inference.state words ;
USING: tools.test inference.state words kernel namespaces ;
: computing-dependencies ( quot -- dependencies )
H{ } clone [ dependencies rot with-variable ] keep ;