removed my broken attempt to fix the test; this is (I believe) an actual bug in the library
svn: r17703
This commit is contained in:
parent
10b6388a05
commit
5af38568a5
|
@ -17,8 +17,4 @@
|
|||
(set! s (string-append "-" s))
|
||||
(rectangle 1 1 'solid 'green)))))
|
||||
|
||||
(let ([s (make-semaphore)])
|
||||
(queue-callback (λ () (semaphore-post s)))
|
||||
(yield s))
|
||||
|
||||
(unless (string=? s "---") (error 'world-update-test "failed! ~s" s))
|
||||
|
|
Loading…
Reference in New Issue
Block a user