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
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
;; We could use uiop:chdir here, but what about new implementations?
(setf *default-pathname-defaults* (truename #P"sandbox/"))
(time (regression-test:do-tests)))
(time (regression-test:do-tests))
#+allegro (cl-user::exit)
#+(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.
Finish editing this message first!
Please register or to comment