keep traces in tests
This commit is contained in:
parent
36c80f36c1
commit
624fdee9ea
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue