]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/multi-methods/tests/definitions.factor
core: Add the shuffler words but without primitives.
[factor.git] / extra / multi-methods / tests / definitions.factor
index 4b34513017d56fc27a6430dd18eb9f8d3d45b555..9ef63e465443e124791dfafa93b56b797b391ef9 100644 (file)
@@ -4,7 +4,7 @@ IN: multi-methods.tests
 
 DEFER: fake
 \ fake H{ } clone "multi-methods" set-word-prop
-<< ( -- ) \ fake set-stack-effect >>
+<< \ fake ( -- ) set-stack-effect >>
 
 [
     [ "fake-{ }" ] [ { } \ fake method-word-name ] unit-test