mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
Fixing typo in flush-output-port on textual port test case.
This commit is contained in:
parent
213e78037a
commit
3dc5ecf16f
1 changed files with 1 additions and 1 deletions
|
@ -1510,7 +1510,7 @@
|
||||||
(get-output-string out)))
|
(get-output-string out)))
|
||||||
|
|
||||||
(test ""
|
(test ""
|
||||||
(let ((out (open-output-bytevector)))
|
(let ((out (open-output-string)))
|
||||||
(flush-output-port out)
|
(flush-output-port out)
|
||||||
(get-output-string out)))
|
(get-output-string out)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue