Close the input port so that the file can be deleted on windows.

This commit is contained in:
Eli Barzilay 2011-06-17 13:19:24 -04:00
parent 7089a17ba2
commit f6620d5754

View File

@ -670,6 +670,7 @@
(define in (open-input-file "tmp8"))
(count-lines! in)
(check in)
(close-input-port in)
(delete-file "tmp8")))
(check-all void)
(check-all port-count-lines!))