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:
Matthew Flatt 2020-04-22 14:47:09 -06:00
parent 9358ebc97d
commit b320cfb103

View File

@ -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)