]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/sqlite/sqlite-tests.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / db / sqlite / sqlite-tests.factor
index 46ce17bfdefd70ac43156bb23253edc50ae5b958..660f33171caaa3438ea5c955a5a1f37801b40ab5 100644 (file)
@@ -1,6 +1,6 @@
 USING: io io.files io.files.temp io.directories io.launcher
 kernel namespaces prettyprint tools.test db.sqlite db sequences
-continuations db.types db.tuples unicode.case accessors arrays
+continuations db.types db.tuples unicode accessors arrays
 sorting layouts math.parser ;
 IN: db.sqlite.tests