Commit 977a1863 authored by Hraban's avatar Hraban
Browse files

test: only ignore test curry.3 on CMUCL

parent d793ee30
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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