]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/standard/standard-tests.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / core / generic / standard / standard-tests.factor
index ac9f0efe09b69fe7902b4015dc068ba1984b44c7..bc48c2f2bd4f0788e0fb712d10d17520816f823b 100644 (file)
@@ -194,7 +194,7 @@ M: byte-array small-lo-tag drop "byte-array" ;
 ] must-fail
 { } [ "IN: generic.standard.tests GENERIC: unhappy ( x -- x )" eval( -- ) ] unit-test
 
-GENERIC# complex-combination 1 ( a b -- c )
+GENERIC#: complex-combination 1 ( a b -- c )
 M: string complex-combination drop ;
 M: object complex-combination nip ;
 
@@ -368,13 +368,13 @@ M: c funky* "c" , call-next-method ;
 [ "IN: generic.standard.tests GENERIC: broken-generic ( -- )" eval( -- ) ]
 [ error>> bad-dispatch-position? ]
 must-fail-with
-[ "IN: generic.standard.tests GENERIC# broken-generic# -1 ( a -- b )" eval( -- ) ]
+[ "IN: generic.standard.tests GENERIC#: broken-generic# -1 ( a -- b )" eval( -- ) ]
 [ error>> bad-dispatch-position? ]
 must-fail-with
-[ "IN: generic.standard.tests GENERIC# broken-generic# 1 ( a -- b )" eval( -- ) ]
+[ "IN: generic.standard.tests GENERIC#: broken-generic# 1 ( a -- b )" eval( -- ) ]
 [ error>> bad-dispatch-position? ]
 must-fail-with
-[ "IN: generic.standard.tests GENERIC# broken-generic# 2/3 ( a b c -- )" eval( -- ) ]
+[ "IN: generic.standard.tests GENERIC#: broken-generic# 2/3 ( a b c -- )" eval( -- ) ]
 [ error>> bad-dispatch-position? ]
 must-fail-with