generic: fix tests

db4
Slava Pestov 2009-09-22 03:24:06 -05:00
parent ccaa132444
commit be8cd84b40
1 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
USING: accessors alien arrays definitions generic generic.standard
generic.math assocs hashtables io kernel math namespaces parser
prettyprint sequences strings tools.test vectors words
quotations classes classes.algebra classes.tuple continuations
layouts classes.union sorting compiler.units eval multiline
io.streams.string ;
USING: accessors alien arrays definitions generic
generic.standard generic.math assocs hashtables io kernel math
math.order namespaces parser prettyprint sequences strings
tools.test vectors words quotations classes classes.algebra
classes.tuple continuations layouts classes.union sorting
compiler.units eval multiline io.streams.string ;
IN: generic.tests
GENERIC: foobar ( x -- y )