1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Remove a diagnostic accidentally left in initial checkin.

This commit is contained in:
Kevin Ryde 2003-07-08 00:14:44 +00:00
parent 72f1b979f6
commit d53efb805b

View file

@ -82,5 +82,4 @@
(display "abcdef" port)
(seek port 2 SEEK_SET)
(display "--" port)
(display (get-output-string port))
(string=? "ab--ef" (get-output-string port)))))