Remove convoluted keyword argument processing in RESTART-CASE
[sbcl.git] / tests / clos.impure.lisp
index e5de532..2113f59 100644 (file)
 ;;; test case from Gerd Moellmann
 (define-method-combination r-c/c-m-1 ()
   ((primary () :required t))
-  `(restart-case (call-method ,(first primary))
-     ()))
+  `(restart-case (call-method ,(first primary))))
 
 (defgeneric r-c/c-m-1-gf ()
   (:method-combination r-c/c-m-1)