]> gitweb.factorcode.org Git - factor.git/blobdiff - core/classes/tuple/tuple-tests.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / core / classes / tuple / tuple-tests.factor
index 0c1719c55d4102b6437a01d37e88327796133841..50a608ed1d3296f6e2e8c669e78981c89739cc51 100644 (file)
@@ -139,8 +139,8 @@ M: integer forget-robustness-generic ;
 ] with-compilation-unit
 
 ! rapido found this one
-GENERIC# m1 0 ( s n -- n )
-GENERIC# m2 1 ( s n -- v )
+GENERIC#: m1 0 ( s n -- n )
+GENERIC#: m2 1 ( s n -- v )
 
 TUPLE: t1 ;