[pypy-svn] pypy arm-backend-2: Remove param for random test

bivab commits-noreply at bitbucket.org
Fri Dec 17 18:21:59 CET 2010


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r40086:699e0ded6b2b
Date: 2010-12-17 17:00 +0100
http://bitbucket.org/pypy/pypy/changeset/699e0ded6b2b/

Log:	Remove param for random test

diff --git a/pypy/jit/backend/arm/test/test_zll_random.py b/pypy/jit/backend/arm/test/test_zll_random.py
--- a/pypy/jit/backend/arm/test/test_zll_random.py
+++ b/pypy/jit/backend/arm/test/test_zll_random.py
@@ -10,5 +10,5 @@
 def test_stress():
     cpu = CPU(None, None)
     for i in range(1000):
-        r = Random(i)
+        r = Random()
         check_random_function(cpu, LLtypeOperationBuilder, r, i, 1000)



More information about the Pypy-commit mailing list