remove TODO comment about adding a test case that I have added

This commit is contained in:
Jared Wasinger 2024-12-16 15:07:54 +07:00 committed by Felix Lange
parent d93a152298
commit fce1885317
1 changed files with 0 additions and 1 deletions

View File

@ -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 (?)
} }