updated tests

This commit is contained in:
J.Teeuwissen 2023-04-16 16:34:41 +02:00
parent a4ca864fe3
commit 36e83fca1c
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD
77 changed files with 335 additions and 420 deletions

View file

@ -440,7 +440,7 @@ fn insert_inc_dec_operations_proc<'a, 'i>(
Given an environment, insert the reference counting operations for a statement.
Assuming that a symbol can only be defined once (no binding to the same symbol multiple times).
*/
fn insert_refcount_operations_stmt<'v, 'a, 'i>(
fn insert_refcount_operations_stmt<'v, 'a>(
arena: &'a Bump,
environment: &mut RefcountEnvironment<'v>,
@ -812,7 +812,7 @@ fn insert_refcount_operations_stmt<'v, 'a, 'i>(
}
}
fn insert_refcount_operations_binding<'a, 'i>(
fn insert_refcount_operations_binding<'a>(
arena: &'a Bump,
environment: &mut RefcountEnvironment,
binding: &Symbol,