mirror of https://github.com/golang/go.git
internal/fuzz: remove useless code
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
This commit is contained in:
parent
d9be60974b
commit
a3fab3f1fa
|
|
@ -233,9 +233,6 @@ uint(18446744073709551615)`
|
|||
t.Fatalf("unmarshal unexpected error: %v", err)
|
||||
}
|
||||
newB := marshalCorpusFile(vals...)
|
||||
if err != nil {
|
||||
t.Fatalf("marshal unexpected error: %v", err)
|
||||
}
|
||||
if newB[len(newB)-1] != '\n' {
|
||||
t.Error("didn't write final newline to corpus file")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue