disable wstring test on non-windows

This commit is contained in:
Thomas Fussell 2016-10-30 21:18:36 -04:00
parent 012dd0984e
commit 25aea3fe72

View File

@ -67,7 +67,9 @@ public:
void test_read_unicode_filename()
{
#ifdef WIN32
xlnt::workbook wb;
wb.load(L"data\\19_unicode_Λ.xlsx");
#endif
}
};