Author: Remi Meier <remi.me...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to