[pypy-commit] stmgc card-marking: re-enable random tests

Raemi noreply at buildbot.pypy.org
Thu May 22 16:58:59 CEST 2014


Author: Remi Meier <remi.meier at inf.ethz.ch>
Branch: card-marking
Changeset: r1237:edcbef5b371c
Date: 2014-05-22 16:58 +0200
http://bitbucket.org/pypy/stmgc/changeset/edcbef5b371c/

Log:	re-enable random tests

diff --git a/c7/test/test_random.py b/c7/test/test_random.py
--- a/c7/test/test_random.py
+++ b/c7/test/test_random.py
@@ -622,6 +622,5 @@
         return test_fun
 
     for _seed in range(5000, 5100):
-        _seed = 5004
         _fn = _make_fun(_seed)
         locals()[_fn.__name__] = _fn


More information about the pypy-commit mailing list