mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Don't show 100 invocations of (ROOM)
This commit is contained in:
parent
bb1e50f538
commit
d4afc5f43a
|
|
@ -18,7 +18,7 @@
|
|||
run_sbcl <<EOF
|
||||
(dotimes (i 10)
|
||||
(dotimes (j 10)
|
||||
(room))
|
||||
(let ((*standard-output* (make-string-output-stream))) (room)))
|
||||
#+nil (gc))
|
||||
(sb-ext:quit :unix-status $EXIT_LISP_WIN)
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in a new issue