]> gitweb.factorcode.org Git - factor.git/blobdiff - core/parser/parser-tests.factor
factor: Rename GENERIC# to GENERIC#:.
[factor.git] / core / parser / parser-tests.factor
index 3245608ab723798a1c879a837ffa909eb8d6b396..58ea85917bbf045b9c091296091b8db1a1ca3dfe 100644 (file)
@@ -438,7 +438,7 @@ DEFER: foo
     {
         "IN: parser.tests"
         "USING: math arrays kernel ;"
-        "GENERIC# change-combination 1 ( obj a -- b )"
+        "GENERIC#: change-combination 1 ( obj a -- b )"
         "M: integer change-combination 2drop 1 ;"
         "M: array change-combination 2drop 2 ;"
     } "\n" join <string-reader> "change-combination-test" parse-stream drop