Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r132:c46d7e01ec15
Date: 2013-06-14 20:30 +0200
http://bitbucket.org/pypy/stmgc/changeset/c46d7e01ec15/

Log:    Fix test

diff --git a/c4/test/test_et.py b/c4/test/test_et.py
--- a/c4/test/test_et.py
+++ b/c4/test/test_et.py
@@ -189,7 +189,7 @@
     p2b = lib.stm_write_barrier(p)
     assert p2b == p2
     assert classify(p) == "public"
-    assert classify(p2) == "private"
+    assert classify(p2) == "private_from_protected"
     assert list_of_read_objects() == [p2]
     p3 = lib.stm_read_barrier(p)
     assert p3 == p2
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to