Fix for 64-bit systems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fec7aeabc1
commit
1d805c1468
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ void LongLongTestCase::ToString()
|
|||
a.Negate();
|
||||
CPPUNIT_ASSERT( a.ToString() == _T("-1311768467139281697") );
|
||||
|
||||
wxLongLong llMin(LONG_MIN, 0);
|
||||
wxLongLong llMin(-2147483647L - 1L, 0);
|
||||
CPPUNIT_ASSERT( llMin.ToString() == _T("-9223372036854775808") );
|
||||
|
||||
#if wxUSE_LONGLONG_WX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue