From a00661f0788a109dc59f5b2ff3d40b84409a558b Mon Sep 17 00:00:00 2001 From: Rahul Jain <> Date: Thu, 28 Feb 2002 04:28:52 +0000 Subject: [PATCH] qualified missing-dependency with the asdf package so that it is found properly when *package* doesn't :use :asdf. --- test/test3.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test3.script b/test/test3.script index d918f01a..c5e711ac 100644 --- a/test/test3.script +++ b/test/test3.script @@ -6,7 +6,7 @@ (in-package :asdf) (handler-case (asdf:oos 'asdf:load-op 'test3) - (missing-dependency (c) + (asdf:missing-dependency (c) (format t "first test failed as expected: - ~%~A~%" c)) (:no-error (c) (error "should have failed, oops"))) (pushnew :f1 *features*) -- GitLab