Skip to content
Snippets Groups Projects
Commit ed513e0e authored by Daniel Kochmański's avatar Daniel Kochmański Committed by Francois-Rene Rideau
Browse files

tests: fix test-program function call

parent f4735a88
No related branches found
No related tags found
No related merge requests found
......@@ -108,8 +108,8 @@
#+(or ecl mkcl)
(progn
(DBG "Now create an program without UIOP")
(assert (probe-file (asdf/bundle::asdf-library-pathname)))
(assert (probe-file (asdf/bundle::compiler-library-pathname)))
(assert (probe-file (asdf/bundle::system-module-pathname "asdf")))
(assert (probe-file (asdf/bundle::system-module-pathname "cmp")))
(def-test-system hello-no-uiop
:class program-system
:no-uiop t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment