X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/f7b60deb3e34c4655af26ac879a8d1f146209730..e43bd9558b80d9d92db3f39b5f77a2fa184fb467:/src/sod.asd.in?ds=sidebyside diff --git a/src/sod.asd.in b/src/sod.asd.in index f88ea25..4a1c341 100644 --- a/src/sod.asd.in +++ b/src/sod.asd.in @@ -178,10 +178,7 @@ (defmethod perform ((op test-op) (component (eql (find-system "sod")))) (declare (ignore op component)) - (handler-bind (((or warning style-warning) - (lambda (cond) - (declare (ignore cond)) - (invoke-restart 'muffle-warning)))) + (handler-bind (((or warning style-warning) #'muffle-warning)) (operate 'test-op "sod-test"))) ;;;----- That's all, folks --------------------------------------------------