Skip to content
Snippets Groups Projects
Commit 5b3b90a2 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix test on ecl-bytecodes

parent 8468bd6d
No related branches found
No related tags found
No related merge requests found
(eval-when (:compile-toplevel :load-toplevel :execute)
;; CLISP 2.48 has a bug that makes this test fail. Work around:
#+(or clisp ecl) (when (and (eq asdf:*compile-file-failure-behaviour* :error)
#+ecl (equal (fasl-type) "fasc"))
#+ecl (equal (asdf::fasl-type) "fasc"))
(error 'asdf:compile-error :operation "op" :component "comp"))
(warn "Warning."))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment