Change-Id: I12bc9287106f1492cbc9e74b4163cce97c957d31
GitHub-Last-Rev:
cda1b48fe3ee9083a2262f1d6eeb039c66c12b40
GitHub-Pull-Request: golang/go#66185
Reviewed-on: https://go-review.googlesource.com/c/go/+/569896
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
if n2 == n3 {
t.Fatal("Flush didn't flush any data")
}
+
+ if err := w.Close(); err != nil {
+ t.Fatal(err)
+ }
+
}
// Multiple gzip files concatenated form a valid gzip file.