A long overdue scan to eliminate files without terminating newlines.

(DrRacket should really do that.)

original commit: 40124a0619
This commit is contained in:
Eli Barzilay 2011-06-28 02:01:41 -04:00
parent 15cd89c4af
commit d3a49471f7

View File

@ -95,4 +95,4 @@
#:failure-prefix "old"
(parameterize ([framing-mode 'old]) (test-echo-server))
#:failure-prefix "new"
(parameterize ([framing-mode 'new]) (test-echo-server)))))
(parameterize ([framing-mode 'new]) (test-echo-server)))))