Merge branch 'origin-master' into origin-format
[jscl.git] / jscl.lisp
index aae6ee9..6d907a3 100644 (file)
--- a/jscl.lisp
+++ b/jscl.lisp
@@ -83,7 +83,7 @@
   (with-open-file (out "tests.js" :direction :output :if-exists :supersede)
     (dolist (input (append (directory "tests.lisp")
                            (directory "tests/*.lisp")
-                           (directory "tests-report.lisp"))) 
+                           (directory "tests-report.lisp")))
       (ls-compile-file input out))))