diff --git a/extra/html/templates/chloe/chloe-tests.factor b/extra/html/templates/chloe/chloe-tests.factor index 6ca596f503..433aedbc9a 100644 --- a/extra/html/templates/chloe/chloe-tests.factor +++ b/extra/html/templates/chloe/chloe-tests.factor @@ -151,7 +151,7 @@ TUPLE: person first-name last-name ; [ ] [ H{ { "a" H{ { "b" "c" } } } } values set ] unit-test -[ "
" ] [ +[ "" ] [ [ "test10" test-template call-template ] run-template diff --git a/extra/io/server/server-tests.factor b/extra/io/server/server-tests.factor index 86cfe35bc1..965a70718b 100755 --- a/extra/io/server/server-tests.factor +++ b/extra/io/server/server-tests.factor @@ -2,6 +2,6 @@ IN: io.server.tests USING: tools.test io.server io.server.private kernel ; { 2 0 } [ [ ] server-loop ] must-infer-as -{ 2 0 } [ [ ] with-connection ] must-infer-as +{ 3 0 } [ [ ] with-connection ] must-infer-as { 1 0 } [ [ ] swap datagram-loop ] must-infer-as { 2 0 } [ [ ] with-datagrams ] must-infer-as