mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
disable wstring test on non-windows
This commit is contained in:
parent
012dd0984e
commit
25aea3fe72
|
@ -67,7 +67,9 @@ public:
|
||||||
|
|
||||||
void test_read_unicode_filename()
|
void test_read_unicode_filename()
|
||||||
{
|
{
|
||||||
|
#ifdef WIN32
|
||||||
xlnt::workbook wb;
|
xlnt::workbook wb;
|
||||||
wb.load(L"data\\19_unicode_Λ.xlsx");
|
wb.load(L"data\\19_unicode_Λ.xlsx");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user