fix test to not depend on network connection

(cherry picked from commit 4c61dfc217)
This commit is contained in:
Matthew Flatt 2012-11-03 08:23:13 -06:00 committed by Ryan Culpepper
parent 67711f53da
commit 5c79d60eb4

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))