undo the previous change, it's not needed any more now that we overload assertEquals(int,long) too and it broke VC6 compilation again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
23318a5358
commit
8112fbf0d7
@ -614,7 +614,7 @@ void ArraysTestCase::Swap()
|
||||
DoTestSwap(1, 10, 100, (wxArrayInt *)NULL);
|
||||
#endif
|
||||
|
||||
DoTestSwap(6L, 28L, 496L, (wxArrayLong *)NULL);
|
||||
DoTestSwap(6, 28, 496, (wxArrayLong *)NULL);
|
||||
}
|
||||
|
||||
void ArraysTestCase::TestSTL()
|
||||
|
Loading…
Reference in New Issue
Block a user