diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2016-10-21 18:19:56 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2016-11-25 09:58:17 +0100 |
| commit | a5df734b8d58b4aafa6ad607e8c763b457face76 (patch) | |
| tree | 8a7e3fa5f7c5e96ee3ce9d0b239818b960177940 /prog/size_test.go | |
| parent | 599adaf8f83defba1ebddf30e242b66175cf048a (diff) | |
fuzzer: combine progs from corpus
Diffstat (limited to 'prog/size_test.go')
| -rw-r--r-- | prog/size_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/size_test.go b/prog/size_test.go index ad1ba8740..9faa27546 100644 --- a/prog/size_test.go +++ b/prog/size_test.go @@ -21,7 +21,7 @@ func TestAssignSizeRandom(t *testing.T) { t.Fatalf("different lens assigned, initial: %v, new: %v", data0, data1) } for try := 0; try <= 10; try++ { - p.Mutate(rs, 10, nil) + p.Mutate(rs, 10, nil, nil) data0 := p.Serialize() for _, call := range p.Calls { assignSizesCall(call) |
