mirror of https://github.com/YosysHQ/yosys.git
Remove todo.
This commit is contained in:
parent
66bd4716cf
commit
b8ee0803ab
|
|
@ -33,6 +33,3 @@ assert repr_test == {'tomato': 'tomato', 'first': 'second', 'key': 'value', 'im
|
|||
before = len(repr_test)
|
||||
print(repr_test.popitem())
|
||||
assert before - 1 == len(repr_test)
|
||||
|
||||
# test noncomparable
|
||||
# TODO newcelltypes?
|
||||
|
|
|
|||
Loading…
Reference in New Issue