Skip to content

Commit

Permalink
core/vm: Small fix (#13464)
Browse files Browse the repository at this point in the history
Missed in #13346
  • Loading branch information
somnathb1 authored Jan 16, 2025
1 parent ef042d4 commit dfca217
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/vm/contracts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ func BenchmarkPrecompiledP256Verify(b *testing.B) {
}

func TestPrecompiledP256Verify(t *testing.T) {
// t.Parallel()

t.Parallel()
testJson("p256Verify", "100", t)
}

0 comments on commit dfca217

Please sign in to comment.