Skip to content

Commit

Permalink
generic: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava Pestov committed Sep 22, 2009
1 parent 703acf7 commit a21d951
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/generic/generic-tests.factor
@@ -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 )
Expand Down

0 comments on commit a21d951

Please sign in to comment.