Author: Armin Rigo <[email protected]>
Branch: use-mmap
Changeset: r85582:c9f27194913d
Date: 2016-07-06 18:18 +0200
http://bitbucket.org/pypy/pypy/changeset/c9f27194913d/

Log:    Test fix

diff --git a/rpython/memory/gc/minimarktest.py 
b/rpython/memory/gc/minimarktest.py
--- a/rpython/memory/gc/minimarktest.py
+++ b/rpython/memory/gc/minimarktest.py
@@ -56,3 +56,6 @@
         self.mass_free_prepare()
         res = self.mass_free_incremental(ok_to_free_func, sys.maxint)
         assert res
+
+    def kill_dying_arenas(self):
+        pass
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to