From f35e232ceb2ada8d10e7fdf27ccac07f781eea0e Mon Sep 17 00:00:00 2001 From: Philipp Marek Date: Fri, 21 Aug 2020 18:45:02 +0200 Subject: [PATCH] Hide the compiler output for a test that should fail. A purely cosmetic issue. --- alexandria-1/tests.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alexandria-1/tests.lisp b/alexandria-1/tests.lisp index 300cd88..6c9a4af 100644 --- a/alexandria-1/tests.lisp +++ b/alexandria-1/tests.lisp @@ -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 -- GitLab