fix test suite typo

svn: r15034
This commit is contained in:
Matthew Flatt 2009-06-01 12:19:51 +00:00
parent 31597a0c43
commit 122fd73ce8

View File

@ -952,7 +952,7 @@
(semaphore-post lock))
(wrap-evt
(semaphore-peek-evt lock)
(lambda () 0)))))
(lambda (v) 0)))))
void)])
(test-a-port p (gdelay go) gsync)))