use an absolute require to avoid an error in the sandbox test suite

This commit is contained in:
Robby Findler 2018-01-29 07:47:37 -06:00
parent 551db6c1ef
commit ad0a47c570

View File

@ -62,7 +62,7 @@
remf*)
(require (for-syntax racket/base)
"private/list-predicates.rkt")
racket/private/list-predicates)
(define (first x)
(if (and (pair? x) (list? x))