tests: exercise array getters

This commit is contained in:
Pat Hickey
2020-09-03 16:41:10 -07:00
parent 580c236dee
commit 776f12ae3c
5 changed files with 221 additions and 7 deletions

View File

@@ -473,6 +473,7 @@ impl SumArrayExercise {
Just(inputs.clone()),
HostMemory::byte_slice_strat(
inputs.len() as u32,
1,
&MemAreas::from([input_struct_loc, output_loc]),
),
Just(input_struct_loc.clone()),