0.9.6.53: in the name of stability and goodwill
[sbcl.git] / tests / threads.impure.lisp
index 5d1a380..ddff614 100644 (file)
 
 (defun send-gc ()
   (loop until (< *n-gcs-done* *n-gcs-requested*))
-  (format t "G" *n-gcs-requested* *n-gcs-done*)
+  (format t "G")
   (force-output)
   (sb-ext:gc)
   (incf *n-gcs-done*))