Skip to content
Snippets Groups Projects
Commit 392e5161 authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Clasp: Consistently refer to package si instead of core

parent 8de9c280
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ Some constraints:
#+(or cmucl scl) (c::brevity 2) #+(or cmucl scl) (ext:inhibit-warnings 3)))
#+clasp
(unless (assoc "script" core:*load-hooks* :test #'equal)
(push (cons "script" 'core:load-source) core:*load-hooks*))
(unless (assoc "script" si:*load-hooks* :test #'equal)
(push (cons "script" 'si:load-source) si:*load-hooks*))
(defparameter *trace-symbols*
`(;; If you want to trace some stuff while debugging ASDF,
......
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