Skip to content
Snippets Groups Projects
Commit f35e232c authored by Philipp Marek's avatar Philipp Marek
Browse files

Hide the compiler output for a test that should fail.

A purely cosmetic issue.
parent 12989cc4
Branches
Tags v1.2
No related merge requests found
......@@ -1614,7 +1614,8 @@
(nil t))
(deftest with-unique-names.3
(let ((*gensym-counter* 0))
(let ((*gensym-counter* 0)
(*error-output* (make-broadcast-stream)))
(multiple-value-bind (res err)
(ignore-errors
(eval
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment