Skip to content
Snippets Groups Projects
Commit 7d5e69a3 authored by pfdietz's avatar pfdietz
Browse files

Fixed bad broadcast-stream test

parent 7cd6437e
No related branches found
No related tags found
No related merge requests found
...@@ -54,13 +54,6 @@ ...@@ -54,13 +54,6 @@
type-error) type-error)
t) t)
(deftest file-length.error.7
(signals-error
(let ((s (make-broadcast-stream)))
(unwind-protect (file-length s) (close s)))
type-error)
t)
(deftest file-length.error.8 (deftest file-length.error.8
(with-open-file (with-open-file
(os "tmp.txt" :direction :output :if-exists :supersede) (os "tmp.txt" :direction :output :if-exists :supersede)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment