move module up
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user