X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fclos-ignore.interactive.lisp;h=92d96d7f40d7d2c137a7acaa438a46971ca24603;hb=9c9d6dbdc28a8bfe70be09f35263e9ec02411d0e;hp=1d691169eaf5d5833725107eb15db183b7736e92;hpb=6df93cdd503b613151de9c82982259b558465915;p=sbcl.git diff --git a/tests/clos-ignore.interactive.lisp b/tests/clos-ignore.interactive.lisp index 1d69116..92d96d7 100644 --- a/tests/clos-ignore.interactive.lisp +++ b/tests/clos-ignore.interactive.lisp @@ -11,14 +11,14 @@ ;;;; 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. (in-package :cl-user) -(defgeneric foo ((x t) (y t) &key &allow-other-keys)) +(defgeneric foo (x y &key &allow-other-keys)) ;;; should have no STYLE-WARNINGs (e.g. about unused vars) (defmethod foo ((x t) (y t))