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

Condition tests depend on types-aux.lsp

parent e2358ba4
No related branches found
No related tags found
No related merge requests found
;;; Tests of conditions ;;; Tests of conditions
(compile-and-load "types-aux.lsp")
(compile-and-load "define-condition-aux.lsp")
(load "condition.lsp") (load "condition.lsp")
(load "cell-error-name.lsp") (load "cell-error-name.lsp")
(load "assert.lsp") (load "assert.lsp")
...@@ -10,7 +12,6 @@ ...@@ -10,7 +12,6 @@
(load "handler-bind.lsp") (load "handler-bind.lsp")
(load "handler-case.lsp") (load "handler-case.lsp")
(load "ignore-errors.lsp") (load "ignore-errors.lsp")
(compile-and-load "define-condition-aux.lsp")
(load "define-condition.lsp") (load "define-condition.lsp")
(load "compute-restarts.lsp") (load "compute-restarts.lsp")
(load "restart-bind.lsp") (load "restart-bind.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