1.0.4.1: fix sb-posix atime/mtime/ctime
[sbcl.git] / tests / info.impure.lisp
index 8376d67..8abd36b 100644 (file)
@@ -13,7 +13,7 @@
 ;;;; 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.
@@ -41,8 +41,7 @@
 (assert
   (equal
    (format nil "~A" (sb-int:info :function :type 'foo))
-   "#<FUNCTION-TYPE (FUNCTION (T T) LIST)>"))
+   "#<FUN-TYPE (FUNCTION (T T) LIST)>"))
 |#
 
 ;;; success
-(quit :unix-status 104)