fixed test

This commit is contained in:
J.Teeuwissen 2023-04-16 13:35:35 +02:00
parent 9d4c3bcfb9
commit a4ca864fe3
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
2 changed files with 1 additions and 2 deletions

View file

@ -655,7 +655,6 @@ fn insert_reset_reuse_operations_stmt<'a, 'i>(
if used_reuse_tokens.is_empty() {
// We evaluated the first pass using a cloned environment to be able to do a second pass with the same environment.
// But if we don't need a second environment, we override the passed env with the first pass env.
// TODO verify if this works as intended.
*environment = first_pass_remainder_environment.clone();
// Propagate jump reuse tokens upwards.

View file

@ -2257,7 +2257,7 @@ fn gen_wrap_len() {
"#
),
RocList::from_slice(&[3]),
RocList<i64>
RocList<usize>
);
}