Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
5b3b90a2
Commit
5b3b90a2
authored
Dec 17, 2012
by
Francois-Rene Rideau
Browse files
Fix test on ecl-bytecodes
parent
8468bd6d
Changes
1
Show whitespace changes
Inline
Side-by-side
test/test-compile-file-failure.lisp
View file @
5b3b90a2
(
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."
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment