diff --git a/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexmatch.rkt b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexmatch.rkt index 6dd0c9b6a9..b3089abcc7 100644 --- a/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexmatch.rkt +++ b/pkgs/racket-pkgs/racket-benchmarks/tests/racket/benchmarks/shootout/regexmatch.rkt @@ -40,7 +40,7 @@ (cond ((eof-object? line) #f) (else (set! phonelines (cons line phonelines)) - (loop (read-line))))) + (loop (read-bytes-line))))) (set! phonelines (reverse phonelines)) (do ([n (string->number n) (sub1 n)]) ((negative? n))