diff --git a/extra/multi-methods/tests/canonicalize.factor b/extra/multi-methods/tests/canonicalize.factor index 91982de95c..6ddd5d63ce 100644 --- a/extra/multi-methods/tests/canonicalize.factor +++ b/extra/multi-methods/tests/canonicalize.factor @@ -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 diff --git a/extra/multi-methods/tests/definitions.factor b/extra/multi-methods/tests/definitions.factor index aa66f41d8d..888ded4155 100644 --- a/extra/multi-methods/tests/definitions.factor +++ b/extra/multi-methods/tests/definitions.factor @@ -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 diff --git a/extra/multi-methods/tests/legacy.factor b/extra/multi-methods/tests/legacy.factor index b6d732643f..28bfa286b9 100644 --- a/extra/multi-methods/tests/legacy.factor +++ b/extra/multi-methods/tests/legacy.factor @@ -1,5 +1,5 @@ -IN: multi-methods.tests USING: math strings sequences tools.test ; +IN: multi-methods.tests GENERIC: legacy-test ( a -- b ) diff --git a/extra/multi-methods/tests/syntax.factor b/extra/multi-methods/tests/syntax.factor index 065543344f..afe6037adc 100644 --- a/extra/multi-methods/tests/syntax.factor +++ b/extra/multi-methods/tests/syntax.factor @@ -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 ( -- )