X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fsmoke.impure.lisp;h=9a77d0bfa1befeb674f82ac4bae504dc997b6611;hb=0d871fd7a98fc4af92a8b942a1154761466ad8c9;hp=a627d0626cc3bea8e68cb27b7414422a25ff54dc;hpb=079ef9dad558ca07cb8178ef428bf738112174fa;p=sbcl.git diff --git a/tests/smoke.impure.lisp b/tests/smoke.impure.lisp index a627d06..9a77d0b 100644 --- a/tests/smoke.impure.lisp +++ b/tests/smoke.impure.lisp @@ -7,7 +7,7 @@ ;;;; While most of SBCL is derived from the CMU CL system, the test ;;;; files (like this one) were written from scratch after the fork ;;;; from CMU CL. -;;;; +;;;; ;;;; This software is in the public domain and is provided with ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. @@ -31,7 +31,6 @@ (assert (typep (in-package :cl-user) 'package)) ;;; PROFILE should run without obvious breakage -#-darwin (progn (defun profiled-fun () (random 1d0)) @@ -52,12 +51,12 @@ (assert (= (oidentity +const+) 1)) (handler-bind ((sb-ext:defconstant-uneql - (lambda (c) (abort c)))) + (lambda (c) (abort c)))) (defconstant +const+ 3)) (assert (= (oidentity +const+) 1)) (handler-bind ((sb-ext:defconstant-uneql - (lambda (c) (continue c)))) + (lambda (c) (continue c)))) (defconstant +const+ 3)) (assert (= (oidentity +const+) 3))