add more tests

This commit is contained in:
Brendan Hansknecht 2022-02-24 22:59:47 -08:00
parent badad1c1ad
commit 116b585cdc
2 changed files with 51 additions and 1 deletions

View file

@ -340,7 +340,6 @@ pub fn list_replace_unsafe<'a, 'ctx, 'env>(
let result = env
.context
.struct_type(
// TODO: does the order need to be decided by the size of the element type.
&[
super::convert::zig_list_type(env).into(),
element_type.into(),