| author | |
| committer | |
| log | 4e5834a9f247c60fcc1d1da5f3b2c00efdb8f4e4 |
| tree | 3b9342e2d56abfae9696d217bf8e490ca4fac122 |
| parent | 8f8fe892761c9c5c9f7b89d8c53ac287d02b1474 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Compilation.zig+1-1| ... | ... | @@ -2269,7 +2269,7 @@ pub fn update(comp: *Compilation, main_progress_node: std.Progress.Node) !void { |
| 2269 | 2269 | try comp.queueJob(.{ .analyze_mod = std_mod }); |
| 2270 | 2270 | zcu.analysis_roots.appendAssumeCapacity(std_mod); |
| 2271 | 2271 | |
| 2272 | if (comp.config.is_test) { | |
| 2272 | if (comp.config.is_test and zcu.main_mod != std_mod) { | |
| 2273 | 2273 | try comp.queueJob(.{ .analyze_mod = zcu.main_mod }); |
| 2274 | 2274 | zcu.analysis_roots.appendAssumeCapacity(zcu.main_mod); |
| 2275 | 2275 | } |