]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hashtables/hashtables-tests.factor
core: Trim using lists from -tests and clean up a few irregularities.
[factor.git] / core / hashtables / hashtables-tests.factor
index a3700dbd6ec9780ab78475a403d2a3a05d0edd9c..a238eef90dbd1192701f929c256da38b9f51fa06 100644 (file)
@@ -1,6 +1,5 @@
 USING: accessors assocs continuations fry hashtables kernel make
-math namespaces sequences slots.private tools.test ;
-IN: hashtables.tests
+math namespaces sequences tools.test ;
 
 { H{ } } [ { } [ dup ] H{ } map>assoc ] unit-test