keep traces in tests

This commit is contained in:
microproofs 2023-08-04 15:37:11 -04:00 committed by Kasey
parent 36c80f36c1
commit 624fdee9ea
1 changed files with 1 additions and 1 deletions

View File

@ -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");