Skip to content
Snippets Groups Projects
Commit c9ab8755 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

fix syntax error in doit

parent 5f64a206
Branches
Tags
No related merge requests found
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
;; We could use uiop:chdir here, but what about new implementations? ;; We could use uiop:chdir here, but what about new implementations?
(setf *default-pathname-defaults* (truename #P"sandbox/")) (setf *default-pathname-defaults* (truename #P"sandbox/"))
(time (regression-test:do-tests))) (time (regression-test:do-tests))
#+allegro (cl-user::exit) #+allegro (cl-user::exit)
#+(or cmu sbcl gcl armedbear clisp) (cl-user::quit) #+(or cmu sbcl gcl armedbear clisp) (cl-user::quit)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment