]> granicus.if.org Git - python/commitdiff
Huh. This belonged with the last checkin -- no idea why svn
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Apr 2006 00:44:27 +0000 (00:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Apr 2006 00:44:27 +0000 (00:44 +0000)
didn't commit it.

Lib/test/test_descr.py

index 57a8f4454e6c2d9d400693833c4ef056328ea0aa..84c8b19b92ef1051f71fcace54afb7219cbf34af 100644 (file)
@@ -1763,7 +1763,6 @@ def specials():
     c1 = C()
     c2 = C()
     verify(not not c1)
-    vereq(hash(c1), id(c1))
     vereq(cmp(c1, c2), cmp(id(c1), id(c2)))
     vereq(c1, c1)
     verify(c1 != c2)