Fix unit tests

db4
Daniel Ehrenberg 2008-02-26 01:24:40 -06:00
parent 500e0fbc9b
commit 52f04dcfa4
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
USING: definitions help.markup help.syntax kernel USING: definitions help.markup help.syntax kernel parser
kernel.private parser words.private vocabs classes quotations kernel.private words.private vocabs classes quotations
strings effects compiler.units ; strings effects compiler.units ;
IN: words IN: words

View File

@ -1,4 +1,4 @@
IN: temporary IN: temporary
USING: tools.test io.server io.server.private ; USING: tools.test io.server io.server.private ;
{ 1 0 } [ [ ] server-loop ] must-infer-as { 2 0 } [ [ ] server-loop ] must-infer-as

View File

@ -134,7 +134,7 @@ datagram-client delete-file
[ [
image binary [ image binary [
B{ 1 2 } server-addr B{ 1 2 } datagram-server <local>
stdio get send stdio get send
] with-file-reader ] with-file-reader
] must-fail ] must-fail