Author: Remi Meier
Branch: c7-weakref
Changeset: r989:c1b635228c03
Date: 2014-03-12 17:58 +0100
http://bitbucket.org/pypy/stmgc/changeset/c1b635228c03/

Log:    fix the test, still passes

diff --git a/c7/test/test_weakref.py b/c7/test/test_weakref.py
--- a/c7/test/test_weakref.py
+++ b/c7/test/test_weakref.py
@@ -249,5 +249,6 @@
 
         self.switch(1)
 
+        self.start_transaction()
         assert stm_get_weakref(lp1) == ffi.NULL
         print stm_get_real_address(lp1)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to