no need to disable DoTestSwap() for VC6 any more with latest wx/cppunit.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -609,11 +609,7 @@ void ArraysTestCase::Swap()
|
|||||||
{
|
{
|
||||||
DoTestSwap("Foo", "Bar", "Baz", (wxArrayString *)NULL);
|
DoTestSwap("Foo", "Bar", "Baz", (wxArrayString *)NULL);
|
||||||
|
|
||||||
// VC6 can't compile this call with mysterious error about in DoTestSwap()
|
|
||||||
#ifndef __VISUALC6__
|
|
||||||
DoTestSwap(1, 10, 100, (wxArrayInt *)NULL);
|
DoTestSwap(1, 10, 100, (wxArrayInt *)NULL);
|
||||||
#endif
|
|
||||||
|
|
||||||
DoTestSwap(6, 28, 496, (wxArrayLong *)NULL);
|
DoTestSwap(6, 28, 496, (wxArrayLong *)NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user