..
original commit: cda3b0a7f7574edc129931378c77ea595bb315a7
This commit is contained in:
parent
5bd7d3925b
commit
698bb4878f
|
@ -373,9 +373,6 @@
|
|||
(let ([in (open-input-file fn)])
|
||||
(test `(open-input-file ,fn) print-convert in)
|
||||
(close-input-port in))
|
||||
(let ([out (open-output-file fn 'truncate)])
|
||||
(test `(open-output-file ,fn) print-convert out)
|
||||
(close-output-port out))
|
||||
(delete-file fn))
|
||||
|
||||
(let ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user