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

Commit

Permalink
Attempt to get tests passing on FreeBSD.
Browse files Browse the repository at this point in the history
I'm currently working on sorting out core.time's tests so that they
should work on all platforms, but until then, I'm disabling this test on
FreeBSD so that the auto tester can pass.
  • Loading branch information
jmdavis committed Sep 26, 2011
1 parent bb06a7a commit 7f695ce
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 @@ -1626,7 +1626,7 @@ struct TickDuration
//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
version(linux) unittest
{
foreach(units; _TypeTuple!("seconds", "msecs", "usecs"))
{
Expand Down

0 comments on commit 7f695ce

Please sign in to comment.