Use linked compilation in test_inputs.rs and add test

This commit is contained in:
Andrew Morris
2023-03-09 15:38:03 +11:00
parent e2f41deb95
commit e50ad6bf59
4 changed files with 38 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ where
result
.diagnostics
.entry(entry_point.clone())
.entry(entry_point)
.or_default()
.append(&mut link_module_result.diagnostics);