CCL fixes
src/signal-slot.lisp
Wed Jul 1 00:48:36 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* CCL fixes
--- old-qt.tests/src/signal-slot.lisp 2014-10-30 07:56:35.000000000 +0100
+++ new-qt.tests/src/signal-slot.lisp 2014-10-30 07:56:35.000000000 +0100
@@ -115,7 +115,7 @@
;; SBCL runs the finalizer when the object has been garbage collected,
;; thus its children could be to and thus the destroyed() signal is not
;; received
-#-(or sbcl cmucl)
+#-(or sbcl cmucl ccl)
(5am:test (destroyed-signal :depends-on gc-qobject)
"Receive a destroy signal for a QObject."
(setf *destroyed* nil)