Skip to content

Commit b0e9c8a

Browse files
committed
Fix up read require.
1 parent 68019ca commit b0e9c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/outlaw/test/read.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#lang racket
22
(require rackunit
3-
(rename-in "../read.rkt" [read read-stdin]))
3+
(rename-in "../stdlib.rkt" [read read-stdin]))
44

55
(define (p s)
66
(with-input-from-string s

0 commit comments

Comments
 (0)