[pypy-commit] pypy default: (arigo) these asserts are pointless, they are done just above

antocuni noreply at buildbot.pypy.org
Thu Mar 1 18:20:21 CET 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r53072:5cf1b98972c3
Date: 2012-03-01 18:20 +0100
http://bitbucket.org/pypy/pypy/changeset/5cf1b98972c3/

Log:	(arigo) these asserts are pointless, they are done just above

diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py
--- a/pypy/module/array/test/test_array.py
+++ b/pypy/module/array/test/test_array.py
@@ -536,12 +536,6 @@
                 assert (a >= c) is False
                 assert (c >= a) is True
 
-                assert a == a
-                assert a == b
-                assert a < c
-                assert b == a
-                assert c > a
-
     def test_reduce(self):
         import pickle
         a = self.array('i', [1, 2, 3])


More information about the pypy-commit mailing list