@@ -198,11 +198,10 @@ [m[0] removeObjectAtIndex: 0]; EXPECT_EXCEPTION(@"Detection of mutation during enumeration", OFEnumerationMutationException, [enumerator nextObject]) -#ifdef OF_HAVE_FAST_ENUMERATION m[0] = [[a[0] mutableCopy] autorelease]; ok = true; i = 0; for (OFString *s in m[0]) { @@ -241,11 +240,10 @@ } TEST(@"Detection of mutation during Fast Enumeration", ok) [m[0] removeLastObject]; -#endif #ifdef OF_HAVE_BLOCKS { __block bool ok = true; __block size_t count = 0;