]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/postgresql/postgresql-tests.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / db / postgresql / postgresql-tests.factor
index 57bb401854fbbe2b1c1f256c62334db498df8ce6..833a44512ae4ab02b65de7dcc00a3e9fb0f01813 100644 (file)
@@ -1,6 +1,6 @@
 USING: accessors alien continuations db db.errors db.queries db.postgresql
 db.private db.tester db.tuples db.types io classes kernel math namespaces
-prettyprint sequences system tools.test unicode.case ;
+prettyprint sequences system tools.test unicode ;
 IN: db.postgresql.tests
 
 : nonexistant-db ( -- db )