Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca2953e

Browse files
committed
Remove duplicate test
1 parent 8b1e74b commit ca2953e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/test/test_descr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ def dict_constructor():
184184
vereq(d, {})
185185
d = dict({})
186186
vereq(d, {})
187-
d = dict({})
188-
vereq(d, {})
189187
d = dict({1: 2, 'a': 'b'})
190188
vereq(d, {1: 2, 'a': 'b'})
191189
vereq(d, dict(d.items()))

0 commit comments

Comments
 (0)