Loading alexandria-1/tests.lisp +2 −0 Original line number Diff line number Diff line Loading @@ -543,6 +543,8 @@ (let ((fun (funcall (compile nil `(lambda () ,curried-form))))) (funcall fun 2))) 4) (eval-when (:compile-toplevel :load-toplevel :execute) (pushnew 'curry.3 rt::*expected-failures*)) (deftest curry.4 (let* ((x 1) Loading Loading
alexandria-1/tests.lisp +2 −0 Original line number Diff line number Diff line Loading @@ -543,6 +543,8 @@ (let ((fun (funcall (compile nil `(lambda () ,curried-form))))) (funcall fun 2))) 4) (eval-when (:compile-toplevel :load-toplevel :execute) (pushnew 'curry.3 rt::*expected-failures*)) (deftest curry.4 (let* ((x 1) Loading