Author: Remi Meier <[email protected]>
Branch: stmgc-c8
Changeset: r80890:861b9136b05a
Date: 2015-11-24 16:04 +0100
http://bitbucket.org/pypy/pypy/changeset/861b9136b05a/

Log:    fix test

diff --git a/rpython/memory/gctransform/test/test_framework.py 
b/rpython/memory/gctransform/test/test_framework.py
--- a/rpython/memory/gctransform/test/test_framework.py
+++ b/rpython/memory/gctransform/test/test_framework.py
@@ -325,7 +325,7 @@
 
     ff = graphof(t, f)
     ff.show()
-    assert summary(ff)['stm_write'] == 1    # only one remember_young_pointer
+    assert summary(ff)['stm_write'] == 2    # only one remember_young_pointer
 
 def test_write_barrier_collector():
     class A(object):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to