diff --git a/tests/filename/filenametest.cpp b/tests/filename/filenametest.cpp index 84380c1b84..27ad3ae870 100644 --- a/tests/filename/filenametest.cpp +++ b/tests/filename/filenametest.cpp @@ -193,7 +193,7 @@ void FileNameTestCase::TestStrip() void FileNameTestCase::TestShortLongPath() { - wxFileName fn("C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe"); + wxFileName fn(_T("C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe")); // incredibly enough, GetLongPath() used to return different results during // the first and subsequent runs, test for this