r9207: fix bad declaration
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 3 May 2004 13:16:55 +0000 (13:16 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 3 May 2004 13:16:55 +0000 (13:16 +0000)
tests/utils.lisp

index fd94021af88aea8a6a75c0e07579092a348f8fe5..c93c91fea491fbfbea6a30a5226373e374074f24 100644 (file)
@@ -1,4 +1,4 @@
-;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
+;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
 ;;;; *************************************************************************
 ;;;; FILE IDENTIFICATION
 ;;;;
@@ -79,7 +79,7 @@
                               impl-version
                               machine-type)
              form
-           (declare (ignoreable utime impl-version))
+           (declare (ignorable utime impl-version))
            (if failed-tests
                (format output "~&~A: ~D of ~D tests failed (~A, ~A).~&"
                        (db-title db-type underlying-db-type)