[closure-cvs] CVS update: cxml/test/xmlconf.lisp

David Lichteblau dlichteblau at common-lisp.net
Wed Apr 20 19:58:08 UTC 2005


Update of /project/cxml/cvsroot/cxml/test
In directory common-lisp.net:/tmp/cvs-serv1210/test

Modified Files:
	xmlconf.lisp 
Log Message:
LispWorks port (thanks to Edi Weitz)

Date: Wed Apr 20 21:58:05 2005
Author: dlichteblau

Index: cxml/test/xmlconf.lisp
diff -u cxml/test/xmlconf.lisp:1.1.1.13 cxml/test/xmlconf.lisp:1.2
--- cxml/test/xmlconf.lisp:1.1.1.13	Sun Mar 13 19:02:50 2005
+++ cxml/test/xmlconf.lisp	Wed Apr 20 21:58:03 2005
@@ -95,7 +95,7 @@
             nfailed ntried nskipped)))
 
 (defmethod run-test :around (class pathname output description &rest args)
-  class pathname output args
+  (declare (ignore class pathname output args))
   (handler-case
       (call-next-method)
     (serious-condition (c)




More information about the Closure-cvs mailing list