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:
parent
2b8acb368a
commit
02b745d19a
|
@ -1,4 +1,4 @@
|
|||
#lang racket
|
||||
#lang racket/base
|
||||
(require racket/system)
|
||||
|
||||
#|
|
||||
|
|
Loading…
Reference in New Issue
Block a user