Remove a test, because it's different in Python 2/3 and covered by typeshed

This commit is contained in:
Dave Halter
2018-12-06 19:07:06 +01:00
parent 74c965b55c
commit b2824a3547

View File

@@ -267,9 +267,6 @@ for x in {1: 3.0, '': 1j}:
dict().values().__iter__
d = dict(a=3, b='')
# Indexing is not supported
#?
d.values()[0]
x, = d.values()
#? int() str()
x