Fix using list for http.server tests
parent
e7fb699832
commit
fb178b19a3
|
@ -1,6 +1,6 @@
|
||||||
USING: accessors continuations http http.server
|
USING: accessors continuations http http.server
|
||||||
io.encodings.utf8 io.encodings.binary io.streams.string kernel
|
io.encodings.utf8 io.encodings.binary io.streams.string kernel
|
||||||
math sequences tools.test ;
|
math sequences tools.test urls ;
|
||||||
IN: http.server.tests
|
IN: http.server.tests
|
||||||
|
|
||||||
[ t ] [ [ \ + first ] [ <500> ] recover response? ] unit-test
|
[ t ] [ [ \ + first ] [ <500> ] recover response? ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue