fix mangling of drracket io test

This commit is contained in:
Robby Findler 2014-05-22 14:32:47 -05:00
parent 3ae93442d3
commit fbcada2045

View File

@ -100,7 +100,7 @@ add this test:
(thread (lambda ()
(display 1 (current-error-port))
(semaphore-post s)))
(semaphore-wait s))))
(semaphore-wait s)))
(list (list "1" error-style)
prompt)))