Commit db1288fb authored by Philipp Marek's avatar Philipp Marek
Browse files

Merge branch 'cmucl-compiler-macro-fails' into 'master'

Mark CURRY.3 test as XFAIL on CMUCL.

See merge request !30
parents e335814b 66935939
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)