X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.impure.lisp;h=2fe23b15fac8adb0d6358a89d9e659fb6892f089;hb=711f75f20284c41f53485fda882fc7cc9e8e930f;hp=c0f5b0a2c1aec994bd9b6fbbe4ed12c4daca396f;hpb=99e23fa74844ef606b7f3f33768eab6466c9dfef;p=sbcl.git diff --git a/tests/compiler.impure.lisp b/tests/compiler.impure.lisp index c0f5b0a..2fe23b1 100644 --- a/tests/compiler.impure.lisp +++ b/tests/compiler.impure.lisp @@ -1430,7 +1430,13 @@ (and (defun (setf test-984) ()) nil) - (style-warning () t)))) + (style-warning () t))) + (assert + (handler-case + (and + (compile nil `(lambda () #'(setf test-984))) + t) + (warning () nil)))) (with-test (:name :compile-setf-function) (defun (setf compile-setf) ())