fix threadDelay
authorSimon Marlow <simonmar@microsoft.com>
Wed, 17 Jan 2007 09:17:02 +0000 (09:17 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 17 Jan 2007 09:17:02 +0000 (09:17 +0000)
commit91fd10bdff2889df5458dd50eab7c5bbf4d7d196
tree42a1c6c3dce803c40df7ac89bcf8e7097a1bd027
parent9eb6daeeacc9396f97e3aa9b3d1713ca03156709
fix threadDelay
In "Add support for the IO manager thread" I accidentally spammed part
of "Make sure the threaded threadDelay sleeps at least as long as it
is asked", which is why the ThreadDelay001 test has been failing.
GHC/Conc.lhs