X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/4f8f9191be785dbb19af77ac9303c82b5232f128..74ca1bf50dae2ae7dfa61352d77a5edba9cc3db6:/src/sod.asd.in 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 --------------------------------------------------