]> Cypherpunks repositories - gostls13.git/commit
debug/pe: improve testpoint error message
authorThan McIntosh <thanm@google.com>
Fri, 17 Apr 2020 20:20:53 +0000 (16:20 -0400)
committerThan McIntosh <thanm@google.com>
Sun, 19 Apr 2020 21:15:08 +0000 (21:15 +0000)
commit04040ec9f9c763aee549d6afa3d4f0c34adf9cc1
treeb548dc094effb237c055fadb5cb1a0d9e2fe0187
parent885099d1550dad8387013c8f35ad3d4ad9f17c66
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>
src/debug/pe/file_test.go