move IN: around

db4
Doug Coleman 2009-08-17 19:05:13 -05:00
parent 9a9be2405b
commit 2d8d92a9d3
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
IN: multi-methods.tests
USING: multi-methods tools.test math sequences namespaces system
kernel strings ;
IN: multi-methods.tests
[ { POSTPONE: f integer } ] [ { f integer } canonicalize-specializer-0 ] unit-test

View File

@ -1,6 +1,6 @@
IN: multi-methods.tests
USING: multi-methods tools.test math sequences namespaces system
kernel strings words compiler.units quotations ;
IN: multi-methods.tests
DEFER: fake
\ fake H{ } clone "multi-methods" set-word-prop

View File

@ -1,5 +1,5 @@
IN: multi-methods.tests
USING: math strings sequences tools.test ;
IN: multi-methods.tests
GENERIC: legacy-test ( a -- b )

View File

@ -1,8 +1,8 @@
IN: multi-methods.tests
USING: multi-methods tools.test math sequences namespaces system
kernel strings definitions prettyprint debugger arrays
hashtables continuations classes assocs accessors see ;
RENAME: GENERIC: multi-methods => multi-methods:GENERIC:
IN: multi-methods.tests
multi-methods:GENERIC: first-test ( -- )