Skip to content
test9.script 509 B
Newer Older
;;; -*- Lisp -*-

;;; make sure we get a missing-component-of-version error

 (setf asdf:*central-registry* nil)
 (load (merge-pathnames "test9-1.asd"))
 (load (merge-pathnames "test9-2.asd"))
     (asdf:oos 'asdf:load-op 'test9-1)
   (asdf:missing-component-of-version (c)
     (format t "got missing-component-of-version as expected: - ~%~A~%" c))
    (declare (ignore c))
    (error "should have failed, oops"))))