diff options
Diffstat (limited to 'prog/mutation_test.go')
| -rw-r--r-- | prog/mutation_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prog/mutation_test.go b/prog/mutation_test.go index 11e3a4933..29bf7a34a 100644 --- a/prog/mutation_test.go +++ b/prog/mutation_test.go @@ -152,6 +152,7 @@ func TestMutateArgument(t *testing.T) { ncalls: 2 * len(p.Calls), ct: ct, corpus: nil, + opts: DefaultMutateOpts, } ctx.mutateArg() data1 := p1.Serialize() @@ -179,6 +180,7 @@ func TestSizeMutateArg(t *testing.T) { ncalls: 2 * len(p.Calls), ct: ct, corpus: nil, + opts: DefaultMutateOpts, } ctx.mutateArg() ForeachArg(p.Calls[0], func(arg Arg, ctx *ArgCtx) { |
