Rename to avoid conflict since pkgs is slow.

This commit is contained in:
Sam Tobin-Hochstadt 2014-12-15 02:10:44 -05:00
parent 6e2aecbcb0
commit 61e3db6df5
2 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@
(test #f semaphore-try-wait? s) (test #f semaphore-try-wait? s)
(test #f semaphore-try-wait? s2)))) (test #f semaphore-try-wait? s2))))
(require tests/net/available) (require "net-available.rkt")
(when (tcp-localhost-available?) (when (tcp-localhost-available?)
(define (listen-port x) (define (listen-port x)
(let-values ([(la lp pa pp) (tcp-addresses x #t)]) (let-values ([(la lp pa pp) (tcp-addresses x #t)])