fix a test

Using `racket` now creates a will executor via `ffi/unsafe`, which
interferes with the test's expected count, while using `racket/base`
doesn't.
This commit is contained in:
Matthew Flatt 2015-01-18 06:24:58 -07:00
parent 2b8acb368a
commit 02b745d19a

View File

@ -1,4 +1,4 @@
#lang racket
#lang racket/base
(require racket/system)
#|