mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Don't skip tests on mac
The tests where accidetally skipped on mac because it's treated as BSD.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace
|
||||
{
|
||||
void ClearFromCache(const VfsPath& path)
|
||||
{
|
||||
#if OS_BSD
|
||||
#if OS_BSD && !(OS_MAC || OS_MACOSX)
|
||||
TS_SKIP("On BSD hotload isn't implemented.");
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user