1 ;;;; This software is part of the SBCL system. See the README file for
4 ;;;; While most of SBCL is derived from the CMU CL system, the test
5 ;;;; files (like this one) were written from scratch after the fork
8 ;;;; This software is in the public domain and is provided with
9 ;;;; absolutely no warranty. See the COPYING and CREDITS files for
10 ;;;; more information.
12 (cl:in-package :cl-user)
14 ;;; If *BREAK-ON-SIGNALS* has a bogus value, don't go off in an infinite
21 (when (search "NOT-A-TYPE-SPECIFIER" (princ-to-string condition))
23 (let ((*break-on-signals* '#:not-a-type-specifier))