@@ -121,11 +121,10 @@ EXPECT_EXCEPTION(@"Detection of mutation during enumeration", OFEnumerationMutationException, [enumerator nextObject]) [list prependObject: strings[0]]; -#ifdef OF_HAVE_FAST_ENUMERATION loe = [list firstListObject]; i = 0; ok = true; for (OFString *obj in list) { @@ -151,10 +150,9 @@ } @catch (OFEnumerationMutationException *e) { ok = true; } TEST(@"Detection of mutation during Fast Enumeration", ok) -#endif [pool drain]; } @end