Commit 42bdefd3 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Update a test for the renaming of load-fasl-op to load-bundle-op.

parent 1274f3ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)))