From dfca2170b31203fbc4f5cfc33291342beb708f10 Mon Sep 17 00:00:00 2001 From: Somnath Date: Thu, 16 Jan 2025 18:00:43 +0400 Subject: [PATCH] core/vm: Small fix (#13464) Missed in https://github.com/erigontech/erigon/pull/13346 --- core/vm/contracts_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/vm/contracts_test.go b/core/vm/contracts_test.go index ed41d3f0415..09bb317087e 100644 --- a/core/vm/contracts_test.go +++ b/core/vm/contracts_test.go @@ -407,7 +407,6 @@ func BenchmarkPrecompiledP256Verify(b *testing.B) { } func TestPrecompiledP256Verify(t *testing.T) { - // t.Parallel() - + t.Parallel() testJson("p256Verify", "100", t) }