]> Cypherpunks repositories - gostls13.git/commit
debug/pe: correct TestImportTableInUnknownSection error message
authorAlex Brainman <alex.brainman@gmail.com>
Tue, 27 Nov 2018 09:01:50 +0000 (20:01 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 27 Nov 2018 09:26:16 +0000 (09:26 +0000)
commit22dbc96d8a004bb78a0efd329d0f48b6f0a8b9e5
tree31fb87d98f4e207e3d4586097ec7133f4c93beec
parent41fd4c88ad900765716d17c14eb1b48b553589e2
debug/pe: correct TestImportTableInUnknownSection error message

TestImportTableInUnknownSection uses kernel32.dll file, but the error
message mentions atmfd.dll. Adjust error message to match the test.

This change should have been part of CL 151137.

Updates #27904

Change-Id: Ifc31a12134b328472191122f8426ab6ed234fbd4
Reviewed-on: https://go-review.googlesource.com/c/151477
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/debug/pe/file_test.go