]> gitweb.factorcode.org Git - factor.git/commitdiff
mirrors: fix tests for string change.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 25 Mar 2016 22:56:42 +0000 (15:56 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 25 Mar 2016 22:56:42 +0000 (15:56 -0700)
basis/mirrors/mirrors-tests.factor

index 32de708794a13451b96e459ce701bb9ab8b0a4da..3bb9a590abea717f74f59ff9a9fe21d6bdee6200 100644 (file)
@@ -61,5 +61,5 @@ TUPLE: color
 { 1 } [ "red" "mirror" get at ] unit-test
 
 { 3 } [ { 1 2 3 } make-mirror assoc-size ] unit-test
-{ 2 } [ "asdf" make-mirror assoc-size ] unit-test
+{ 4 } [ "asdf" make-mirror assoc-size ] unit-test
 { 8 } [ \ + make-mirror assoc-size ] unit-test