Compile fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
64e941edd4
commit
c7a855e199
@ -151,7 +151,7 @@ void UnicodeTestCase::ConversionEmpty()
|
||||
wxWCharBuffer wbuf = wxConvLibc.cMB2WC("", 0, &len);
|
||||
#endif // wxUSE_UNICODE/!wxUSE_UNICODE
|
||||
|
||||
CPPUNIT_ASSERT_EQUAL(0u, len);
|
||||
CPPUNIT_ASSERT(len == 0);
|
||||
}
|
||||
|
||||
void UnicodeTestCase::ConversionWithNULs()
|
||||
|
Loading…
Reference in New Issue
Block a user