src/{builtin,final,frontent}.lisp: `clear-the-decks' makes builtin module.
[sod] / src / final.lisp
index 12b6294..5df72f1 100644 (file)
@@ -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*