Skip to content

Commit

Permalink
check modexp is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 23, 2024
1 parent d54dd34 commit cc95f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/kakarot/precompiles/test_precompiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class TestEthereumPrecompiles:
"address, error_message",
[
(0x0, "Kakarot: UnknownPrecompile 0"),
(0x5, "Kakarot: NotImplementedPrecompile 5"),
(0x8, "Kakarot: NotImplementedPrecompile 8"),
(0x0A, "Kakarot: NotImplementedPrecompile 10"),
],
Expand Down

0 comments on commit cc95f86

Please sign in to comment.