feat: Make traces produced by expect dependent on
the value of the tracing flag.
This commit is contained in:
@@ -31,6 +31,7 @@ fn assert_uplc(source_code: &str, expected: Term<Name>, should_fail: bool) {
|
||||
&project.functions,
|
||||
&project.data_types,
|
||||
&project.module_types,
|
||||
true,
|
||||
);
|
||||
|
||||
let Some(checked_module) = modules.values().next()
|
||||
|
||||
Reference in New Issue
Block a user