]> gitweb.factorcode.org Git - factor.git/blobdiff - core/hashtables/hashtables-tests.factor
ui.listener: document that ~/.factor-history persists input history
[factor.git] / core / hashtables / hashtables-tests.factor
index ec51435eec1836278eef5dea327ddf8ac8881be7..96ae5f71a949d1aec30c55842244d4617b801854 100644 (file)
@@ -1,4 +1,4 @@
-USING: accessors assocs continuations fry hashtables kernel make
+USING: accessors assocs continuations hashtables kernel make
 math namespaces sequences tools.test ;
 
 { H{ } } [ { } [ dup ] H{ } map>assoc ] unit-test