Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Temporarily enabling unit test on Windows to get debug output.
Browse files Browse the repository at this point in the history
I expect that the test will fail, and then I'll disable it again, but
this should give me some valuable data for fixing it.
  • Loading branch information
jmdavis committed Sep 24, 2011
1 parent a6de2c9 commit 0d04b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/time.d
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ public:
//can be devised and tested on a Windows box.
//The differences in ticksPerSec on Windows makes testing
//exact values a bit precarious.
version(Posix) unittest
unittest
{
foreach(units; _TypeTuple!("seconds", "msecs", "usecs"))
{
Expand Down

0 comments on commit 0d04b33

Please sign in to comment.