]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/arrays/arrays.cpp
restore code preventing the events being generated from inside our own DoRead/Write...
[wxWidgets.git] / tests / arrays / arrays.cpp
index 1cd0537457da4fff063554ddfdf6901cdc3acce8..a5a26644f3e631a8c365acc8afebd2d2669859fd 100644 (file)
@@ -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);
 }