Skip to content

Commit

Permalink
keep traces in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Aug 4, 2023
1 parent 4d2813a commit 2b4625f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aiken-project/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl TestProject {
module.kind,
&self.package.to_string(),
&self.module_types,
Tracing::NoTraces,
Tracing::KeepTraces,
&mut warnings,
)
.expect("Failed to type-check module");
Expand Down

0 comments on commit 2b4625f

Please sign in to comment.