fix mangling of drracket io test
This commit is contained in:
parent
3ae93442d3
commit
fbcada2045
|
@ -94,15 +94,15 @@ add this test:
|
||||||
(display 1 (current-output-port))
|
(display 1 (current-output-port))
|
||||||
(semaphore-post s)))
|
(semaphore-post s)))
|
||||||
(semaphore-wait s)))
|
(semaphore-wait s)))
|
||||||
(list (list "1" output-style)
|
(list (list "1" output-style)
|
||||||
prompt))
|
prompt))
|
||||||
(check-output (format "~s" '(let ([s (make-semaphore)])
|
(check-output (format "~s" '(let ([s (make-semaphore)])
|
||||||
(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)))
|
||||||
|
|
||||||
(define (long-io/execute-test)
|
(define (long-io/execute-test)
|
||||||
(let ([string-port (open-output-string)])
|
(let ([string-port (open-output-string)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user