diff options
Diffstat (limited to 'prog/generation.go')
| -rw-r--r-- | prog/generation.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prog/generation.go b/prog/generation.go index 1ceda4820..037801b75 100644 --- a/prog/generation.go +++ b/prog/generation.go @@ -29,6 +29,7 @@ func (target *Target) Generate(rs rand.Source, ncalls int, ct *ChoiceTable) *Pro for len(p.Calls) > ncalls { p.removeCall(ncalls - 1) } + p.sanitizeFix() p.debugValidate() return p } |
