Revert 60793 for test_array; on a 64-bit system,
MemoryError was not guaranteed.
diff --git a/Misc/NEWS b/Misc/NEWS
index d5efce7..ac96e21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,7 @@
 -----------------
 
 - Fix deallocation of array objects when allocation ran out of memory.
+  Remove array test case that was incorrect on 64-bit systems.
 
 
 What's New in Python 2.5.2c1?