Fix unit tests.

This commit is contained in:
Daniel Buckmaster 2015-02-11 10:17:19 +11:00
parent a2ca161024
commit ec06dd78f9
5 changed files with 138 additions and 132 deletions

View file

@ -97,8 +97,8 @@ TEST(File, TouchAndTime)
<< "Somehow failed to delete our test file.";
};
// Mac has no implementations for these functions, so we 'def it out for now.
#ifndef __MACOSX__
// Mac/Linux have no implementations for these functions, so we 'def it out for now.
#ifdef WIN32
TEST(Platform, Volumes)
{
Vector<const char*> names;