Skip to content

Commit

Permalink
eip2537: bn254 tests properly call renamed procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Apr 30, 2024
1 parent 5301601 commit 5755f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/t_ethereum_evm_precompiles.nim
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ template runPrecompileTests(filename: string, funcname: untyped) =

`PrecompileTestrunner _ funcname`()

runPrecompileTests("bn256Add.json", eth_evm_ecadd)
runPrecompileTests("bn256mul.json", eth_evm_ecmul)
runPrecompileTests("pairing.json", eth_evm_ecpairing)
runPrecompileTests("bn256Add.json", eth_evm_bn254_ecadd)
runPrecompileTests("bn256mul.json", eth_evm_bn254_ecmul)
runPrecompileTests("pairing.json", eth_evm_bn254_ecpairingcheck)
runPrecompileTests("modexp.json", eth_evm_modexp)
runPrecompileTests("modexp_eip2565.json", eth_evm_modexp)

0 comments on commit 5755f72

Please sign in to comment.