mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/coverage: add internal/stringslite to hard-coded coverpkg ID list
Add internal/stringslite to the list of hard-coded package IDs to be special cased in coverage package registration. This patch fixes a new -coverpkg=all failure on the darwin longtest builders. Change-Id: I56357572f215fab09f46226fe205924136322d9e Reviewed-on: https://go-review.googlesource.com/c/go/+/601755 Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
ae33b66c19
commit
966688a43a
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ var rtPkgs = [...]string{
|
||||||
"internal/bytealg",
|
"internal/bytealg",
|
||||||
"internal/goexperiment",
|
"internal/goexperiment",
|
||||||
"internal/runtime/syscall",
|
"internal/runtime/syscall",
|
||||||
|
"internal/stringslite",
|
||||||
"runtime",
|
"runtime",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue