mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove duplicate test
This commit is contained in:
parent
8b1e74b274
commit
ca2953ea5c
1 changed files with 0 additions and 2 deletions
|
@ -184,8 +184,6 @@ def dict_constructor():
|
|||
vereq(d, {})
|
||||
d = dict({})
|
||||
vereq(d, {})
|
||||
d = dict({})
|
||||
vereq(d, {})
|
||||
d = dict({1: 2, 'a': 'b'})
|
||||
vereq(d, {1: 2, 'a': 'b'})
|
||||
vereq(d, dict(d.items()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue