x86_64: enable advanced test runner on Linux

This commit is contained in:
Jacob Young 2023-04-13 04:06:33 -04:00 committed by mlugg
parent 641bfb939f
commit d5879ad1d0
No known key found for this signature in database
GPG Key ID: 58978E823BDE3EF9

View File

@ -13,7 +13,7 @@ var fba = std.heap.FixedBufferAllocator.init(&cmdline_buffer);
pub fn main() void {
if (builtin.zig_backend == .stage2_wasm or
builtin.zig_backend == .stage2_x86_64 or
(builtin.zig_backend == .stage2_x86_64 and builtin.os.tag != .linux) or
builtin.zig_backend == .stage2_aarch64)
{
return mainSimple() catch @panic("test failure");