Remove accidently committed, duplicated test.

This commit is contained in:
Thomas Heller 2006-08-08 17:39:20 +00:00
parent ab1049c046
commit dc68ffd003
1 changed files with 0 additions and 2 deletions

View 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"