Skip to content
Snippets Groups Projects
Commit a00661f0 authored by Rahul Jain's avatar Rahul Jain
Browse files

qualified missing-dependency with the asdf package so that it is found properly

when *package* doesn't :use :asdf.
parent 9d4f1b24
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
(in-package :asdf) (in-package :asdf)
(handler-case (handler-case
(asdf:oos 'asdf:load-op 'test3) (asdf:oos 'asdf:load-op 'test3)
(missing-dependency (c) (asdf:missing-dependency (c)
(format t "first test failed as expected: - ~%~A~%" c)) (format t "first test failed as expected: - ~%~A~%" c))
(:no-error (c) (error "should have failed, oops"))) (:no-error (c) (error "should have failed, oops")))
(pushnew :f1 *features*) (pushnew :f1 *features*)
......
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