Fix using list for http.server tests

db4
Doug Coleman 2011-10-12 23:19:11 -07:00
parent e7fb699832
commit fb178b19a3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
USING: accessors continuations http http.server
io.encodings.utf8 io.encodings.binary io.streams.string kernel
math sequences tools.test ;
math sequences tools.test urls ;
IN: http.server.tests
[ t ] [ [ \ + first ] [ <500> ] recover response? ] unit-test