0.7.10.35:
authorWilliam Harold Newman <william.newman@airmail.net>
Sun, 29 Dec 2002 18:01:44 +0000 (18:01 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sun, 29 Dec 2002 18:01:44 +0000 (18:01 +0000)
trivial comment fix

tests/gray-streams.impure.lisp
version.lisp-expr

index 471530b..2fb58c9 100644 (file)
@@ -1,8 +1,4 @@
-;;;; This file is for compiler tests which have side effects (e.g.
-;;;; executing DEFUN) but which don't need any special side-effecting
-;;;; environmental stuff (e.g. DECLAIM of particular optimization
-;;;; settings). Similar tests which *do* expect special settings may
-;;;; be in files compiler-1.impure.lisp, compiler-2.impure.lisp, etc.
+;;;; tests related to Gray streams 
 
 ;;;; This software is part of the SBCL system. See the README file for
 ;;;; more information.
 
 (let ((test-string (format nil
                            "~% This is a test.~& This is the second line.~
-                             ~% This should be the third and last line.~%")))
+                            ~% This should be the third and last line.~%")))
   (with-input-from-string (foo test-string)
     (assert (equal
              (with-output-to-string (bar)
index 6001899..4c8ac87 100644 (file)
@@ -18,4 +18,4 @@
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
 
-"0.7.10.34"
+"0.7.10.35"