fix test to not depend on network connection

This commit is contained in:
Matthew Flatt 2012-11-03 08:23:13 -06:00
parent 8079ff6c4f
commit 4c61dfc217

View File

@ -184,7 +184,7 @@
(let ()
(define (q)
(define s (udp-open-socket #f #f))
(udp-bind! s #f 5999)
(udp-bind! s "127.0.0.1" 5999)
s)
(define s (q))