X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/180bfa7ca8efeb1297a0bc3f0ff55b02b4e40f9b..54c017728489af16b13e13541e7cc53c985ca436:/src/final.lisp diff --git a/src/final.lisp b/src/final.lisp index 12b6294..5df72f1 100644 --- a/src/final.lisp +++ b/src/final.lisp @@ -35,7 +35,6 @@ (defun test-module (path reason) "Reset the translator's state, read a module from PATH and output it with REASON, returning the result as a string." - (unless *builtin-module* (make-builtin-module)) (clear-the-decks) (setf *module-map* (make-hash-table :test #'equal)) (with-open-file (out *debugout-pathname*