mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update trie_test.go
This commit is contained in:
parent
0ca92e97ec
commit
bd3deae71b
1 changed files with 3 additions and 0 deletions
|
|
@ -372,6 +372,9 @@ func TestRandomCases(t *testing.T) {
|
|||
// Instances of this test are created by Generate.
|
||||
type randTest []randTestStep
|
||||
|
||||
// compile-time interface check
|
||||
var _ quick.Generator = (randTest)(nil)
|
||||
|
||||
type randTestStep struct {
|
||||
op int
|
||||
key []byte // for opUpdate, opDelete, opGet
|
||||
|
|
|
|||
Loading…
Reference in a new issue