Skip to content

Commit

Permalink
Fix "require" in racket-benchmarks/places/symbols.rkt
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra684 authored and samth committed Sep 12, 2015
1 parent 390e69f commit 4f5d8da
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@
(module pct1 racket/base
(require racket/place
racket/match
"place-utils.rkt")
tests/racket/place-utils)
(provide place-main)

(define (place-main ch)
Expand Down Expand Up @@ -48,7 +48,7 @@ END
#<<END
(module pct1 racket/base
(require racket/place
"place-utils.rkt")
tests/racket/place-utils)
(provide place-main)
(require algol60/parse
(for-syntax racket/base
Expand Down

0 comments on commit 4f5d8da

Please sign in to comment.