]> gitweb.factorcode.org Git - factor.git/blobdiff - core/classes/mixin/mixin-tests.factor
factor: words -> split-words, lines -> split-lines, fix errors
[factor.git] / core / classes / mixin / mixin-tests.factor
index 5c40dccd84852804e15fe4e5fc54a365d7f3fbd8..6ed0003f648428a91c387bb01dafd1dd262d1563 100644 (file)
@@ -60,7 +60,7 @@ USE: io.streams.string
             "INSTANCE: sequence mixin-forget-test"
             "GENERIC: mixin-forget-test-g ( x -- y )"
             "M: mixin-forget-test mixin-forget-test-g ;"
-        } unlines <string-reader> "mixin-forget-test"
+        } join-lines <string-reader> "mixin-forget-test"
         parse-stream drop
     ] unit-test
 
@@ -75,7 +75,7 @@ USE: io.streams.string
             "INSTANCE: hashtable mixin-forget-test"
             "GENERIC: mixin-forget-test-g ( x -- y )"
             "M: mixin-forget-test mixin-forget-test-g ;"
-        } unlines <string-reader> "mixin-forget-test"
+        } join-lines <string-reader> "mixin-forget-test"
         parse-stream drop
     ] unit-test