diff --git a/test/test-module-excessive-depend.script b/test/test-module-excessive-depend.script index 160d76e72cad129ad69b8b939ce3fd4dfbf2db24..b06a561ef946b9b4f648781eb7368a361d0fd5f6 100644 --- a/test/test-module-excessive-depend.script +++ b/test/test-module-excessive-depend.script @@ -48,12 +48,12 @@ (make-instance 'asdf:load-op) (asdf:find-system 'test-module-excessive-depend))) (file3-only (asdf:find-system 'file3-only))) -;;; (format t "~%Operation plan is:~%") -;;; (pprint plan) -;;; (format t "Target system is: ~a" file3-only) +;;; (format t "~%Operation plan is:~%") +;;; (pprint plan) +;;; (format t "Target system is: ~a" file3-only) (when (find file3-only plan :key #'cdr) (error "Excessive operations on file3-only system. Bad propagation of dependencies."))) - (asdf:operate 'asdf:load-op 'test-module-depend) + (asdf:operate 'asdf:load-op 'test-module-excessive-depend) (assert (> (file-write-date (asdf:compile-file-pathname* "file2")) before)) (assert (> (file-write-date (asdf:compile-file-pathname* "file2")) before)) )