Bug #2137: Remove test_struct.test_crasher, which was meaningful
only on 32-bit systems.
diff --git a/Misc/NEWS b/Misc/NEWS
index ac96e21..e904137 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@
 - Fix deallocation of array objects when allocation ran out of memory.
   Remove array test case that was incorrect on 64-bit systems.
 
+- Bug #2137: Remove test_struct.test_crasher, which was meaningful
+  only on 32-bit systems.
+
 
 What's New in Python 2.5.2c1?
 =============================