mirror of
https://github.com/ziglang/zig.git
synced 2026-02-03 13:13:40 +00:00
test runner: enable arg processing for stage2 builds
This commit is contained in:
parent
ea7142c43f
commit
aa3c3f66da
@ -28,7 +28,7 @@ pub fn main() void {
|
||||
{
|
||||
return main2() catch @panic("test failure");
|
||||
}
|
||||
if (builtin.zig_backend == .stage1) processArgs();
|
||||
processArgs();
|
||||
const test_fn_list = builtin.test_functions;
|
||||
var ok_count: usize = 0;
|
||||
var skip_count: usize = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user