compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-02-20 11:12:04 +00:00
parent 88bee7e621
commit b5c3f53e15

View File

@@ -415,7 +415,7 @@ void VsnprintfTestCase::Misc(wxChar *buffer, int size)
// format and gcc would warn about this otherwise
r = wxUnsafeSnprintf(buffer, size,
"unicode string: %ls %lc - ansi string: %hs %hc\n\n",
_T("unicode string: %ls %lc - ansi string: %hs %hc\n\n"),
L"unicode!!", L'W', "ansi!!", 'w');
CPPUNIT_ASSERT( r != -1 );
CPPUNIT_ASSERT_EQUAL(