-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
good first issueGood for newcomersGood for newcomerstestsImplementation of testsImplementation of tests
Description
- The VM only accepts writing arguments of type
RelocatableandMaybeRelocatable. While thewrite_argfunction accept any type, attempting to cast to a type different from the mentioned returns an error. Add a test case for callingwrite_argwith an invalid type. - Add a test case for calling
gen_argwith a vector of relocatables. - Add a test case for calling
is_valid_memory_valuewith a felt.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstestsImplementation of testsImplementation of tests