[dmd-internals] [D-Programming-Language/dmd] 098fde: Fixed test to use overload of sleep which takes a ...
GitHub
noreply at github.com
Wed May 23 23:09:14 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 098fde9bfe7667b5403e9a5c19a60dbd209dd1d3
https://github.com/D-Programming-Language/dmd/commit/098fde9bfe7667b5403e9a5c19a60dbd209dd1d3
Author: jmdavis <jmdavisProg at gmx.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M test/runnable/testthread.d
Log Message:
-----------
Fixed test to use overload of sleep which takes a Duration.
The overload which takes a ulong is soon to be deprecated, which will
break the tests.
Commit: 882aa3c5dbf675cebc99fca004053bbd3680e024
https://github.com/D-Programming-Language/dmd/commit/882aa3c5dbf675cebc99fca004053bbd3680e024
Author: Walter Bright <walter at walterbright.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M test/runnable/testthread.d
Log Message:
-----------
Merge pull request #963 from jmdavis/sleep
Fixed test to use overload of sleep which takes a Duration.
Compare: https://github.com/D-Programming-Language/dmd/compare/18ee51f...882aa3c
More information about the dmd-internals
mailing list