From d793ee305e193d08d782fccee2344fb9e43bab90 Mon Sep 17 00:00:00 2001 From: Hraban Luyat <hraban@0brg.net> Date: Fri, 8 Sep 2023 23:51:27 -0400 Subject: [PATCH] test: fix tests on SBCL --- alexandria-1/tests.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alexandria-1/tests.lisp b/alexandria-1/tests.lisp index 4a9b32b..5068f85 100644 --- a/alexandria-1/tests.lisp +++ b/alexandria-1/tests.lisp @@ -544,7 +544,7 @@ (funcall fun 2))) 4) (eval-when (:compile-toplevel :load-toplevel :execute) - (pushnew 'curry.3 rt::*expected-failures*)) + (pushnew 'curry.3 *expected-failures*)) (deftest curry.4 (let* ((x 1) -- GitLab