Made test deterministic

This commit is contained in:
Davis King 2016-10-30 07:42:27 -04:00
parent 452b188def
commit 44d67000fc

View File

@ -34,7 +34,7 @@ namespace
0 // the number of command line arguments for this test
)
{
thetime = time(0);
thetime = 1407805946;// time(0);
}
time_t thetime;