diff --git a/test/make-hello-world.lisp b/test/make-hello-world.lisp index 11bef3ad5147ab7009f0b6ad93e5983066123d67..bcaa6e0308a3df845d5f686068bf022ea4ff1778 100644 --- a/test/make-hello-world.lisp +++ b/test/make-hello-world.lisp @@ -28,7 +28,7 @@ (defun make-hello-bundle (operation) - (operate 'load-fasl-op :hello-world-example) + (operate 'load-bundle-op :hello-world-example) (operate operation :hello-world-example) #+mkcl (add-mkcl-dll (asdf::output-file operation :hello-world-example)))