move module up

This commit is contained in:
2026-02-14 10:53:08 +02:00
parent 5682dc0313
commit bafa089ed5
4 changed files with 6 additions and 251 deletions

View File

@@ -1623,7 +1623,7 @@ fn addZig0TestStep(
// AstGen tests (standalone C-vs-Zig ZIR comparison)
const astgen_test_mod = b.createModule(.{
.root_source_file = b.path("stage0/astgen_test.zig"),
.root_source_file = b.path("stage0_test_root.zig"),
.optimize = optimize,
.target = target,
});