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:
Vadim Zeitlin 2008-11-02 22:30:16 +00:00
parent 23318a5358
commit 8112fbf0d7

View File

@ -614,7 +614,7 @@ void ArraysTestCase::Swap()
DoTestSwap(1, 10, 100, (wxArrayInt *)NULL); DoTestSwap(1, 10, 100, (wxArrayInt *)NULL);
#endif #endif
DoTestSwap(6L, 28L, 496L, (wxArrayLong *)NULL); DoTestSwap(6, 28, 496, (wxArrayLong *)NULL);
} }
void ArraysTestCase::TestSTL() void ArraysTestCase::TestSTL()