]> gitweb.factorcode.org Git - factor.git/commitdiff
fix unit tests for multi-methods
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 18 Aug 2009 00:24:14 +0000 (19:24 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 18 Aug 2009 00:24:14 +0000 (19:24 -0500)
extra/multi-methods/tests/definitions.factor

index 888ded4155c7c54d206ecca8487ea914c35ac114..a483a492b3f1ed69f073ea9dca760c082318b343 100644 (file)
@@ -4,6 +4,7 @@ IN: multi-methods.tests
 
 DEFER: fake
 \ fake H{ } clone "multi-methods" set-word-prop
+<< (( -- )) \ fake set-stack-effect >>
 
 [ "fake-{ }" ] [ { } \ fake method-word-name ] unit-test