1
0
mirror of https://github.com/golang/go synced 2024-11-26 00:57:56 -07:00

crypto/ecdsa: fix typo

Change-Id: I32580ffb31ffad05a7c8d3aa0c491aff9f55ea6a
GitHub-Last-Rev: 67516eaa18
GitHub-Pull-Request: golang/go#65565
Reviewed-on: https://go-review.googlesource.com/c/go/+/562316
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
guoguangwu 2024-02-20 01:57:37 +00:00 committed by Gopher Robot
parent 73847aa41b
commit 70a2e84e91

View File

@ -428,7 +428,7 @@ func testZeroSignature(t *testing.T, curve elliptic.Curve) {
}
}
func TestNegtativeSignature(t *testing.T) {
func TestNegativeSignature(t *testing.T) {
testAllCurves(t, testNegativeSignature)
}