From 57379ffaf35167d4843f68a98942297e02672833 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Sun, 29 Dec 2002 18:01:44 +0000 Subject: [PATCH] 0.7.10.35: trivial comment fix --- tests/gray-streams.impure.lisp | 8 ++------ version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/tests/gray-streams.impure.lisp b/tests/gray-streams.impure.lisp index 471530b..2fb58c9 100644 --- a/tests/gray-streams.impure.lisp +++ b/tests/gray-streams.impure.lisp @@ -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. @@ -259,7 +255,7 @@ (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) diff --git a/version.lisp-expr b/version.lisp-expr index 6001899..4c8ac87 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4