X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d4037aa1f081ee2273468aa6f6cc5918d5e7d14..32485259c1342115488d219776dfebeb3d4d81b1:/tests/longlong/longlongtest.cpp diff --git a/tests/longlong/longlongtest.cpp b/tests/longlong/longlongtest.cpp index 043a259cef..3d4815db09 100644 --- a/tests/longlong/longlongtest.cpp +++ b/tests/longlong/longlongtest.cpp @@ -304,7 +304,7 @@ void LongLongTestCase::ToString() CPPUNIT_ASSERT( a.ToString() == _T("-1311768467139281697") ); wxLongLong llMin(LONG_MIN, 0); - CPPUNIT_ASSERT( a.ToString() == _T("-9223372036854775808") ); + CPPUNIT_ASSERT( llMin.ToString() == _T("-9223372036854775808") ); #if wxUSE_LONGLONG_WX wxLongLongWx a1(a.GetHi(), a.GetLo());