Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r69657:a01d60c8e032
Date: 2014-03-03 20:28 -0800
http://bitbucket.org/pypy/pypy/changeset/a01d60c8e032/

Log:    another test

diff --git a/pypy/objspace/std/test/test_longobject.py 
b/pypy/objspace/std/test/test_longobject.py
--- a/pypy/objspace/std/test/test_longobject.py
+++ b/pypy/objspace/std/test/test_longobject.py
@@ -241,7 +241,8 @@
         for x in ([self._long(i) for i in range(200)] +
                   [self._long(1234567890123456789),
                    1234567890123456789, 18446743523953737727,
-                   987685321987685321987685321987685321987685321]):
+                   987685321987685321987685321987685321987685321,
+                   10**50]):
             y = x % modulus
             assert hash(x) == hash(y)
             assert hash(-x) == hash(-y)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to