runtime: remove defer test log spam

This appears to be leftover debugging
from CL 356011.

Change-Id: Ieeda0b7e297e0cb943827b28644135e6cad12e3c
Reviewed-on: https://go-review.googlesource.com/c/go/+/364555
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Trust: Dan Scales <danscales@google.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Dan Scales <danscales@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2021-11-16 13:01:57 -08:00
parent 01b6cf09fc
commit a2b8231b91

View file

@ -467,7 +467,6 @@ func TestIssue43920(t *testing.T) {
}
func step(t *testing.T, steps *int, want int) {
println("step", want)
*steps++
if *steps != want {
t.Fatalf("have %v, want %v", *steps, want)