Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Add new builtin in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Apr 12, 2024
1 parent acfc076 commit 3f2ec7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/starknet.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def _factory(entrypoint, **kwargs) -> list:
"ec_op",
"keccak",
"poseidon",
"range_check96",
]
if builtin in {arg.replace("_ptr", "") for arg in implicit_args}
]
Expand Down

0 comments on commit 3f2ec7a

Please sign in to comment.