We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25cda7 commit b7e8ae2Copy full SHA for b7e8ae2
1 file changed
packages/testing/src/execution_testing/specs/benchmark.py
@@ -498,7 +498,6 @@ def _verify_target_opcode_count(
498
) -> None:
499
"""Verify target opcode was executed the expected number of times."""
500
# Skip validation if opcode count is not available
501
- # (e.g. currently only supported for evmone filling)
502
if opcode_count is None:
503
return
504
0 commit comments