mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
account/abi/bind: fix test name
This commit is contained in:
parent
8f1377585c
commit
5b5a147227
1 changed files with 1 additions and 1 deletions
|
|
@ -1589,7 +1589,7 @@ var bindTests = []struct {
|
||||||
|
|
||||||
// Tests that packages generated by the binder can be successfully compiled and
|
// Tests that packages generated by the binder can be successfully compiled and
|
||||||
// the requested tester run against it.
|
// the requested tester run against it.
|
||||||
func TestGolangBindingTestOverloads(t *testing.T) {
|
func TestGolangBindings(t *testing.T) {
|
||||||
// Skip the test if no Go command can be found
|
// Skip the test if no Go command can be found
|
||||||
gocmd := runtime.GOROOT() + "/bin/go"
|
gocmd := runtime.GOROOT() + "/bin/go"
|
||||||
if !common.FileExist(gocmd) {
|
if !common.FileExist(gocmd) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue