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