]> gitweb.factorcode.org Git - factor.git/commitdiff
kernel: fix using for tests
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 16 Sep 2022 23:31:49 +0000 (19:31 -0400)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 16 Sep 2022 23:31:49 +0000 (19:31 -0400)
core/kernel/kernel-tests.factor

index 79f4aac263a4ca0882bbd3cfecf5cad0c8cf822e..7c51468c45ec582266fd0c28963e931b691fcd61 100644 (file)
@@ -1,7 +1,8 @@
 USING: accessors alien alien.accessors arrays assocs byte-arrays
 continuations debugger grouping io.streams.string kernel
 kernel.private literals locals.backend math memory namespaces
 USING: accessors alien alien.accessors arrays assocs byte-arrays
 continuations debugger grouping io.streams.string kernel
 kernel.private literals locals.backend math memory namespaces
-prettyprint sequences sequences.private tools.test words ;
+prettyprint sequences sequences.private tools.test vocabs.loader
+words ;
 IN: kernel.tests
 
 { 0 } [ f size ] unit-test
 IN: kernel.tests
 
 { 0 } [ f size ] unit-test