Changeset 3687
- Timestamp:
- 07/30/08 10:31:31 (4 months ago)
- Files:
-
- trunk/build.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.lisp
r3686 r3687 194 194 (cl-gd::load-gd-glue) 195 195 (eval '(defmethod print-object :around ((object t) stream) 196 (print-unreadable-object (object stream :type t :identity t)))) 196 (handler-case 197 (call-next-method) 198 (error (c) (print-unreadable-object (object stream :type t :identity t)))))) 197 199 (format t "~&;;; --- running tests~%") 198 200 (run-tests
