]> gitweb.factorcode.org Git - factor.git/blobdiff - core/assocs/assocs-tests.factor
Specialized array overhaul
[factor.git] / core / assocs / assocs-tests.factor
index 9e36f9f00cc6cbbe2ff28de7bc8a818cc934313f..78c17a1cc0acad1e9e218208c138885c65d1e25e 100644 (file)
@@ -1,6 +1,7 @@
 USING: kernel math namespaces make tools.test vectors sequences
 sequences.private hashtables io prettyprint assocs
-continuations specialized-arrays.double ;
+continuations specialized-arrays ;
+SPECIALIZED-ARRAY: double
 IN: assocs.tests
 
 [ t ] [ H{ } dup assoc-subset? ] unit-test