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:
Robby Findler 2010-01-17 13:53:44 +00:00
parent 10b6388a05
commit 5af38568a5

View File

@ -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))