@@ -92,11 +92,10 @@ OFEnumerationMutationException, [key_enum nextObject]); [dict setObject: values[0] forKey: keys[0]]; -#ifdef OF_HAVE_FAST_ENUMERATION size_t i = 0; bool ok = true; for (OFString *key in dict) { if (i > 1 || ![key isEqual: keys[i]]) { @@ -124,11 +123,10 @@ } TEST(@"Detection of mutation during Fast Enumeration", ok) [dict removeObjectForKey: @""]; -#endif #ifdef OF_HAVE_BLOCKS { __block size_t i = 0; __block bool ok = true;