Skip to content

Commit f09b893

Browse files
committed
[klauspost/deflate-improve-comp] update expected zlib output
Change-Id: I1cef87da8cf7a2f2b330115f8eeecb7bf825af76
1 parent 2c5d12a commit f09b893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compress/zlib/example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func ExampleNewWriter() {
1919
w.Write([]byte("hello, world\n"))
2020
w.Close()
2121
fmt.Println(b.Bytes())
22-
// Output: [120 156 202 72 205 201 201 215 81 40 207 47 202 73 225 2 4 0 0 255 255 33 231 4 147]
22+
// Output: [120 156 0 13 0 242 255 104 101 108 108 111 44 32 119 111 114 108 100 10 3 0 33 231 4 147]
2323
}
2424

2525
func ExampleNewReader() {

0 commit comments

Comments
 (0)