mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 22:43:47 +00:00
remove TODO comment about adding a test case that I have added
This commit is contained in:
parent
d93a152298
commit
fce1885317
1 changed files with 0 additions and 1 deletions
|
|
@ -282,5 +282,4 @@ func TestContractLinking(t *testing.T) {
|
||||||
map[rune]struct{}{
|
map[rune]struct{}{
|
||||||
'a': {}, 'b': {}, 'c': {}, 'd': {}, 'e': {}, 'f': {}, 'g': {}, 'h': {}, 'm': {},
|
'a': {}, 'b': {}, 'c': {}, 'd': {}, 'e': {}, 'f': {}, 'g': {}, 'h': {}, 'm': {},
|
||||||
}})
|
}})
|
||||||
// TODO: same as the above case but nested one level of dependencies deep (?)
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue