From c7a855e19937ce6d7d33699ec90a0f6e3ee5513b Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Mon, 28 Aug 2006 12:28:49 +0000 Subject: [PATCH] Compile fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/strings/unicode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/strings/unicode.cpp b/tests/strings/unicode.cpp index 775fd3eedf..7a0303bd89 100644 --- a/tests/strings/unicode.cpp +++ b/tests/strings/unicode.cpp @@ -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() -- 2.45.2