From 3b030998baaeff565744e928718acd26cfb6390d Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Sun, 26 Nov 2023 22:22:56 +0100 Subject: [PATCH] Shadow stream-element-type in tests for ecl --- deflate-test.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deflate-test.lisp b/deflate-test.lisp index 07c133c..9663b6b 100644 --- a/deflate-test.lisp +++ b/deflate-test.lisp @@ -37,6 +37,8 @@ #-(or sbcl allegro cmu clisp openmcl lispworks ecl clasp abcl mocl genera mezzano) ... #:fundamental-binary-input-stream #:fundamental-binary-output-stream #:stream-read-byte #:stream-write-byte) + #+ecl + (:shadowing-import-from :gray #:stream-element-type) (:export #:perform-all-tests #:perform-deflate-tests