Author: Gregor Wegberg <[email protected]>
Branch: gc-incminimark-pinning
Changeset: r72156:c93208e79e3b
Date: 2014-06-18 15:49 +0200
http://bitbucket.org/pypy/pypy/changeset/c93208e79e3b/

Log:    fix comment in test

diff --git a/rpython/memory/gc/test/test_object_pinning.py 
b/rpython/memory/gc/test/test_object_pinning.py
--- a/rpython/memory/gc/test/test_object_pinning.py
+++ b/rpython/memory/gc/test/test_object_pinning.py
@@ -373,7 +373,7 @@
 
         assert self.gc.nursery_free == self.gc.nursery
         # the following assert is important: make sure that
-        # we did not reset the whole arena used as the nursery
+        # we did not reset the whole nursery
         assert self.gc.nursery_top < self.gc.nursery_real_top
 
     def test_collect_dead_pinned_objects(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to