X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fstream.pure.lisp;h=804e781f25215775aa69b254efe4b453b81bb65a;hb=ed891a4fd882d1b9fe066ab14bcf2107aea95baa;hp=b059537673d928ab95973c4b21e7b4ec78b79979;hpb=57d893458e9cb6fdc902d78f69fc3e4f362fe778;p=sbcl.git diff --git a/tests/stream.pure.lisp b/tests/stream.pure.lisp index b059537..804e781 100644 --- a/tests/stream.pure.lisp +++ b/tests/stream.pure.lisp @@ -307,7 +307,7 @@ ;;; improperly. ;;; ;;; This test assumes that buffering is still done until a buffer of -;;; SB-IMPL::BYTES-PER-BUFFER bytes is filled up, that the buffer may +;;; SB-IMPL::+BYTES-PER-BUFFER+ bytes is filled up, that the buffer may ;;; immediately be completely filled for normal files, and that the ;;; buffer-fill routine is responsible for figuring out when we've ;;; reached EOF. @@ -316,8 +316,8 @@ ;; If non-NIL, size (in bytes) of the file that will exercise ;; the LISTEN problem. (bytes-per-buffer-sometime - (and (boundp 'sb-impl::bytes-per-buffer) - (symbol-value 'sb-impl::bytes-per-buffer)))) + (and (boundp 'sb-impl::+bytes-per-buffer+) + (symbol-value 'sb-impl::+bytes-per-buffer+)))) (when bytes-per-buffer-sometime (unwind-protect (progn