X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93a800a95e67a38284a2980543c4b0b1a792573c..0ed00ab5be4bb5108ebafeebcaa26274145debe0:/tests/arrays/arrays.cpp diff --git a/tests/arrays/arrays.cpp b/tests/arrays/arrays.cpp index 1cd0537457..a5a26644f3 100644 --- a/tests/arrays/arrays.cpp +++ b/tests/arrays/arrays.cpp @@ -609,11 +609,7 @@ void ArraysTestCase::Swap() { 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); -#endif - DoTestSwap(6, 28, 496, (wxArrayLong *)NULL); }