Skip to content
Snippets Groups Projects
Commit 371749bf authored by Daniel Barlow's avatar Daniel Barlow
Browse files

<Krystof> dan_b: your test2.script looks fishy <Krystof> You're not looking at test2b3 anywhere

parent 556bbb81
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,8 @@
(asdf:missing-dependency (c)
(format t "load failed as expected: - ~%~A~%" c))
(:no-error (c) (error "should have failed, oops")))
(handler-case
(asdf:oos 'asdf:load-op 'test2b3)
(asdf:missing-dependency (c)
(format t "load failed as expected: - ~%~A~%" c))
(:no-error (c) (error "should have failed, oops")))
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