0.pre7.59:
[sbcl.git] / tests / filesys.pure.lisp
index 2ff7dbb..09e770b 100644 (file)
@@ -41,5 +41,5 @@
 ;;;
 ;;; (Peter Van Eynde's ansi-test suite caught this, and Eric Marsden
 ;;; reported a fix for CMU CL, which was ported to sbcl-0.6.12.35.)
-(assert (subtypep (nth-value 1 (ignore-errors (file-length *terminal-io*)))
-                 'type-error))
+(assert (typep (nth-value 1 (ignore-errors (file-length *terminal-io*)))
+              'type-error))