Don't output anything when running sb-sprof tests.

This commit is contained in:
Stas Boukarev 2019-01-28 02:57:59 +03:00
parent 5090286027
commit 429c7f57ec

View file

@ -44,8 +44,9 @@
do (consalot))))
(defun run-tests ()
(test)
(consing-test))
(let ((*standard-output* (make-broadcast-stream)))
(test)
(consing-test)))
;; For debugging purposes, print output for visual inspection to see if
;; the allocation sequence gets hit in the right places (i.e. not at all