]> Cypherpunks repositories - gostls13.git/commit
internal/fuzz: fix debug statement
authorRoland Shoemaker <roland@golang.org>
Thu, 16 Mar 2023 01:16:57 +0000 (18:16 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 16 Mar 2023 05:12:55 +0000 (05:12 +0000)
commitc69ff3a7d0c8bd2878662034c1cbce8613fa6f13
tree327d973c2b74aadf0c9b40184b005a0d082df388
parentbf03fa98077c11fc76de8afa48bcf676ca0e0704
internal/fuzz: fix debug statement

Meant to check if the slice was empty, accidentally dumped the entire
slice to stdout...

Change-Id: I968cb2f20ffb006e4dcfea65a1bad794aac05d17
Reviewed-on: https://go-review.googlesource.com/c/go/+/476795
Auto-Submit: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Roland Shoemaker <roland@golang.org>
src/internal/fuzz/fuzz.go