Author: Antonio Cuni <anto.c...@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]) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit