Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r260:b12a5519539c
Date: 2013-06-24 15:15 +0200
http://bitbucket.org/pypy/stmgc/changeset/b12a5519539c/

Log:    Bah, it was only missing this

diff --git a/c4/test/test_random.py b/c4/test/test_random.py
--- a/c4/test/test_random.py
+++ b/c4/test/test_random.py
@@ -43,6 +43,7 @@
         self.dump('run')
         #
         if sync.prebuilt_object is None:
+            lib.stm_clear_between_tests()
             lib.stm_initialize_tests(0)
             self.startrev()
             sync.prebuilt_object = self.alloc(palloc_refs)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to