]> gitweb.factorcode.org Git - factor.git/commitdiff
add missing use to classes.struct tests
authorJoe Groff <arcata@gmail.com>
Tue, 25 Aug 2009 22:19:26 +0000 (17:19 -0500)
committerJoe Groff <arcata@gmail.com>
Tue, 25 Aug 2009 22:19:26 +0000 (17:19 -0500)
extra/classes/struct/struct-tests.factor

index 51df207003e7ff89de111fa8fbc9ed0d4d34bfa1..5da1714803fdfe2bc4c6730f1e04755c58ee112a 100644 (file)
@@ -1,9 +1,9 @@
 ! (c)Joe Groff bsd license
 USING: accessors alien.c-types alien.libraries
 alien.structs.fields alien.syntax classes.struct combinators
-destructors io.pathnames io.streams.string kernel libc literals math
-multiline namespaces prettyprint prettyprint.config see system
-tools.test ;
+destructors io.encodings.utf8 io.pathnames io.streams.string
+kernel libc literals math multiline namespaces prettyprint
+prettyprint.config see system tools.test ;
 IN: classes.struct.tests
 
 <<