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
No related branches found
No related tags found
No related merge requests found
...@@ -1614,7 +1614,8 @@ ...@@ -1614,7 +1614,8 @@
(nil t)) (nil t))
(deftest with-unique-names.3 (deftest with-unique-names.3
(let ((*gensym-counter* 0)) (let ((*gensym-counter* 0)
(*error-output* (make-broadcast-stream)))
(multiple-value-bind (res err) (multiple-value-bind (res err)
(ignore-errors (ignore-errors
(eval (eval
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment