aboutsummaryrefslogtreecommitdiffstats
path: root/prog/mutation_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'prog/mutation_test.go')
-rw-r--r--prog/mutation_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/mutation_test.go b/prog/mutation_test.go
index 3f5d4f10b..a29191539 100644
--- a/prog/mutation_test.go
+++ b/prog/mutation_test.go
@@ -44,7 +44,7 @@ func TestMutateRandom(t *testing.T) {
if bytes.Equal(data, data1) {
continue
}
- if _, err := target.Deserialize(data1, Strict); err != nil {
+ if _, err := target.Deserialize(data1, NonStrict); err != nil {
t.Fatalf("Deserialize failed after Mutate: %v\n%s", err, data1)
}
continue next