fix test of dump-memory-stats
The `dump-memory-stats` function writes to stderr (although that's a questionable choice).
This commit is contained in:
parent
9358ebc97d
commit
b320cfb103
|
@ -6,6 +6,10 @@
|
|||
;; The contracted procedure is here because the rumble implementation has a
|
||||
;; ~ in the name.
|
||||
|
||||
(module test info
|
||||
;; Because `dump-memory-stats` writes to stderr:
|
||||
(define ignore-stderr #rx".*"))
|
||||
|
||||
(define foo
|
||||
(contract (-> #:x any/c any/c)
|
||||
(λ (#:x x) 0)
|
||||
|
|
Loading…
Reference in New Issue
Block a user