mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Remove accidently committed, duplicated test.
This commit is contained in:
parent
ab1049c046
commit
dc68ffd003
1 changed files with 0 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue