Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r60489:f611af118b2d
Date: 2013-01-25 13:31 -0800
http://bitbucket.org/pypy/pypy/changeset/f611af118b2d/

Log:    kill

diff --git a/pypy/objspace/std/test/test_typeobject.py 
b/pypy/objspace/std/test/test_typeobject.py
--- a/pypy/objspace/std/test/test_typeobject.py
+++ b/pypy/objspace/std/test/test_typeobject.py
@@ -901,12 +901,6 @@
             pass
         class B(A):
             pass
-        A.__eq__
-        A.__ne__
-        assert A.__eq__(A)
-        assert not A.__eq__(B)
-        assert A.__ne__(B)
-        assert not A.__ne__(A)
         assert A == A
         assert A != B
         assert not A == B
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to