go/src/debug/pe
Than McIntosh 04040ec9f9 debug/pe: improve testpoint error message
A DWARF testpoint was calling t.Fatal() but should have been calling
t.Fatalf(); switch it to the correct method.

Change-Id: I996a1041adea4299cda85c147a35b513a219b970
Reviewed-on: https://go-review.googlesource.com/c/go/+/228790
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
2020-04-19 21:15:08 +00:00
..
testdata debug/pe: enable parsing of variable length optional header in PE file 2019-08-29 08:57:06 +00:00
file.go all: fix a bunch of misspellings 2019-11-15 21:04:43 +00:00
file_cgo_test.go
file_test.go debug/pe: improve testpoint error message 2020-04-19 21:15:08 +00:00
pe.go debug/pe: copy some consts from cmd/link/internal/ld 2020-03-10 08:18:53 +00:00
section.go
string.go debug/pe: use bytes.IndexByte instead of a loop 2018-03-07 16:12:08 +00:00
symbol.go