]> Cypherpunks repositories - gostls13.git/commit
debug/buildinfo: update test for CL 369977
authorBryan C. Mills <bcmills@google.com>
Wed, 8 Dec 2021 14:49:04 +0000 (09:49 -0500)
committerBryan Mills <bcmills@google.com>
Wed, 8 Dec 2021 15:30:52 +0000 (15:30 +0000)
commit9fe77de3c198848b972915245e41ff26439b08aa
tree9580da0680f0c31e81fdf83a543113594a74f6b4
parent08025a9d6d7d33f3ac0c78b4d067bdc339225507
debug/buildinfo: update test for CL 369977

As a side effect of the changes in cmd/go/internal/work in CL 369977,
binaries built in GOPATH mode now include rudimentary build metadata
for at least the package path and compiler in use.

That seems like a strict improvement, but the test needs to be updated
to reflect the newly-available metadata.

Change-Id: I657c785e3e9992ed594c9524409f2d076f9eb376
Reviewed-on: https://go-review.googlesource.com/c/go/+/370234
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/debug/buildinfo/buildinfo_test.go