]> Cypherpunks repositories - gostls13.git/commit
strconv: embed testdata in test
authorRuss Cox <rsc@golang.org>
Fri, 17 Oct 2025 03:21:14 +0000 (23:21 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 21 Oct 2025 18:33:43 +0000 (11:33 -0700)
commitc9c78c06ef4eac034c99efedfb4d23a3d51c1d6c
tree1a2ff127736c945df4ab02acda5a260579eac3ca
parent8f74f9daf4d2fe708cf28d0e2b9cce079fa19248
strconv: embed testdata in test

This makes it easier to run test binaries on remote machines.

Change-Id: I3e5bc6cf10272a6743fd5d16ab1089d46f53232c
Reviewed-on: https://go-review.googlesource.com/c/go/+/712660
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/strconv/fp_test.go