Skip to content
Snippets Groups Projects
Commit dfbd5582 authored by pfdietz's avatar pfdietz
Browse files

Added ignore-errors around load to avoid bombing the test suite

parent bcff7e0a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
(load "defconstant.lsp")
(load "define-modify-macro.lsp")
(load "defparameter.lsp")
(load "defun.lsp")
(ignore-errors (load "defun.lsp"))
(load "defvar.lsp")
(load "destructuring-bind.lsp")
(load "ecase.lsp")
......
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