]> Cypherpunks repositories - gostls13.git/commit
cmd/link: fix TestLargeText
authorLynn Boger <laboger@linux.vnet.ibm.com>
Fri, 9 Apr 2021 15:41:27 +0000 (10:41 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Mon, 12 Apr 2021 18:32:27 +0000 (18:32 +0000)
commit07b2fee4607aa6c710411a7ac404f18be4dff6f7
tree5f4f4266462d9dda4f7164629f131e07cdcf7678
parent849dba07a5392d2f137deeaa9e797f907c00d0bd
cmd/link: fix TestLargeText

This test is not run in short mode so it was getting
failures that didn't happen with default testing. See
the issue for details on the failures.

Fixes #45406

Change-Id: I51d97cc4c910fe3ba2bc0a12742023a57d101f44
Reviewed-on: https://go-review.googlesource.com/c/go/+/308935
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Paul Murphy <murp@ibm.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
src/cmd/link/linkbig_test.go