]> granicus.if.org Git - python/commitdiff
Remove accidently committed, duplicated test.
authorThomas Heller <theller@ctypes.org>
Tue, 8 Aug 2006 17:39:20 +0000 (17:39 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 8 Aug 2006 17:39:20 +0000 (17:39 +0000)
Lib/test/test_types.py

index 83a01aa8e5d1209adad8332e58874088f31d5dfa..2d299c36f29a9d4a10e09c58d2cae9c1c2e8e75d 100644 (file)
@@ -235,8 +235,6 @@ except ValueError: pass
 else: raise TestFailed, "buffer('asdf', -1) should raise ValueError"
 cmp(buffer("abc"), buffer("def")) # used to raise a warning: tp_compare didn't return -1, 0, or 1
 
-cmp(buffer('abc'), buffer('def'))
-
 try: buffer(None)
 except TypeError: pass
 else: raise TestFailed, "buffer(None) should raise TypeError"