]> gitweb.factorcode.org Git - factor.git/commitdiff
classes.singleton: Update another test.
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 4 Jun 2017 17:57:38 +0000 (12:57 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 4 Jun 2017 17:57:38 +0000 (12:57 -0500)
core/classes/singleton/singleton-tests.factor

index b7aedb5b9966f9cdbe013936c4a3235d75f5ddcb..700bd7f1e3efe309736e3b27970970dba94f5e87 100644 (file)
@@ -6,7 +6,7 @@ SINGLETON: bzzt
 { t } [ bzzt bzzt eq? ] unit-test
 
 GENERIC: zammo ( obj -- str )
-{ } [ M: bzzt zammo drop "yes!" ; ] unit-test
+M: bzzt zammo drop "yes!" ;
 { "yes!" } [ bzzt zammo ] unit-test
 
 SINGLETON: omg