diff options
| author | Jonathan Amsterdam <jba@google.com> | 2025-05-13 11:50:58 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-05-13 12:26:50 -0700 |
| commit | afd6b0bc663cf49e74200729da91785219d28b53 (patch) | |
| tree | 9a1daf41f44c1452c4dc939f8e493f4cbfdde76b /src/testing/fuzz.go | |
| parent | 9bba799955e68972041c4f340ee4ea2d267e5c0e (diff) | |
| download | go-afd6b0bc663cf49e74200729da91785219d28b53.tar.xz | |
Revert "testing: add Output"
This reverts commit 8d189f188e225e4919b34c0c097e75dfda255949.
Reason for revert: failing test
Change-Id: I951087eaef7818697acf87e3206003bcc8a81ee2
Reviewed-on: https://go-review.googlesource.com/c/go/+/672335
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Diffstat (limited to 'src/testing/fuzz.go')
| -rw-r--r-- | src/testing/fuzz.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/fuzz.go b/src/testing/fuzz.go index f1b5242ed6..0e04aff6e7 100644 --- a/src/testing/fuzz.go +++ b/src/testing/fuzz.go @@ -320,7 +320,6 @@ func (f *F) Fuzz(ff any) { t.parent.w = captureOut } t.w = indenter{&t.common} - t.setOutputWriter() if t.chatty != nil { t.chatty.Updatef(t.name, "=== RUN %s\n", t.name) } @@ -530,7 +529,6 @@ func runFuzzTests(deps testDeps, fuzzTests []InternalFuzzTarget, deadline time.T fstate: fstate, } f.w = indenter{&f.common} - f.setOutputWriter() if f.chatty != nil { f.chatty.Updatef(f.name, "=== RUN %s\n", f.name) } |
