summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_descr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py
index 3f5ef8df62..08dfcdfc0a 100644
--- a/Lib/test/test_descr.py
+++ b/Lib/test/test_descr.py
@@ -4505,7 +4505,7 @@ def test_borrowed_ref_4_segfault():
__builtin__.__import__ = orig_import
def test_main():
- #XXXweakref_segfault() # Must be first, somehow
+ weakref_segfault() # Must be first, somehow
wrapper_segfault()
do_this_first()
class_docstrings()