]> gitweb.factorcode.org Git - factor.git/commitdiff
move IN: around
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 18 Aug 2009 00:05:13 +0000 (19:05 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 18 Aug 2009 00:05:13 +0000 (19:05 -0500)
extra/multi-methods/tests/canonicalize.factor
extra/multi-methods/tests/definitions.factor
extra/multi-methods/tests/legacy.factor
extra/multi-methods/tests/syntax.factor

index 91982de95cc33e5eb2da99079171e09dd7b4a9fa..6ddd5d63cee8373a625cbcb30d559d58607e8e05 100644 (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
 
index aa66f41d8dead44bcc24fd4b79ff630025a2fa20..888ded4155c7c54d206ecca8487ea914c35ac114 100644 (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
index b6d732643fb8a5d2a587d8476e20633a8248bf9d..28bfa286b92651d439571c3163d453c2d6b66ba2 100644 (file)
@@ -1,5 +1,5 @@
-IN: multi-methods.tests
 USING: math strings sequences tools.test ;
+IN: multi-methods.tests
 
 GENERIC: legacy-test ( a -- b )
 
index 065543344f318adb0cbf0d6ed1adea8bb96724ee..afe6037adc85493e53ec60ad0dc2136d774565ce 100644 (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 ( -- )