Skip to content

Commit 1c57c5e

Browse files
committed
Less verbose
1 parent 2970d00 commit 1c57c5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/cl-binary-store-tests.lisp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@
660660

661661
(define-test fuzzing
662662
(labels ((try (input)
663-
(format t "Writing input~%")
664663
(with-open-file
665664
(str "fuzzing-input"
666665
:element-type '(unsigned-byte 8)
@@ -671,7 +670,6 @@
671670
(restore input :max-to-read #+sbcl (floor (sb-ext:dynamic-space-size) 3)
672671
#-sbcl 100000000)
673672
(invalid-input-data ())))
674-
(format t "Deleting fuzzing-input~%")
675673
(delete-file "fuzzing-input")))
676674
(when (probe-file "fuzzing-input")
677675
(format t "Trying pre-existing fuzzing-input~%")

0 commit comments

Comments
 (0)