diff options
Diffstat (limited to 'core/vm/contracts_test.go')
-rw-r--r-- | core/vm/contracts_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/contracts_test.go b/core/vm/contracts_test.go index 4a2ed8101..9bc860b5f 100644 --- a/core/vm/contracts_test.go +++ b/core/vm/contracts_test.go @@ -325,7 +325,7 @@ func TestPrecompiledBn256Pairing(t *testing.T) { } // Behcnmarks the sample inputs from the elliptic curve pairing check EIP 197. -func BenchmarkPrecompiledPairing(bench *testing.B) { +func BenchmarkPrecompiledBn256Pairing(bench *testing.B) { for _, test := range bn256PairingTests { benchmarkPrecompiled("08", test, bench) } |