fix mangling of drracket io test
This commit is contained in:
parent
3ae93442d3
commit
fbcada2045
|
@ -100,7 +100,7 @@ add this test:
|
||||||
(thread (lambda ()
|
(thread (lambda ()
|
||||||
(display 1 (current-error-port))
|
(display 1 (current-error-port))
|
||||||
(semaphore-post s)))
|
(semaphore-post s)))
|
||||||
(semaphore-wait s))))
|
(semaphore-wait s)))
|
||||||
(list (list "1" error-style)
|
(list (list "1" error-style)
|
||||||
prompt)))
|
prompt)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user