keep traces in tests
This commit is contained in:
parent
36c80f36c1
commit
624fdee9ea
|
@ -81,7 +81,7 @@ impl TestProject {
|
||||||
module.kind,
|
module.kind,
|
||||||
&self.package.to_string(),
|
&self.package.to_string(),
|
||||||
&self.module_types,
|
&self.module_types,
|
||||||
Tracing::NoTraces,
|
Tracing::KeepTraces,
|
||||||
&mut warnings,
|
&mut warnings,
|
||||||
)
|
)
|
||||||
.expect("Failed to type-check module");
|
.expect("Failed to type-check module");
|
||||||
|
|
Loading…
Reference in New Issue