update tests and ensure identity reducer handles no_inline lambda

This commit is contained in:
microproofs
2024-03-02 17:22:23 -05:00
committed by Kasey
parent af6c107187
commit d971d9818b
11 changed files with 98 additions and 50 deletions

View File

@@ -46,7 +46,7 @@ use uplc::{
builder::{CONSTR_FIELDS_EXPOSER, CONSTR_INDEX_EXPOSER, EXPECT_ON_LIST},
builtins::DefaultFunction,
machine::cost_model::ExBudget,
optimize::aiken_optimize_and_intern,
optimize::{aiken_optimize_and_intern, shrinker::NO_INLINE},
parser::interner::Interner,
};