add missing use to classes.struct tests

db4
Joe Groff 2009-08-25 17:19:26 -05:00
parent f56615cec0
commit 182963b9c4
1 changed files with 3 additions and 3 deletions

View 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
<<