authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-09-26 20:57:21-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-09-26 21:02:14-07:00
log737b58168180d62822155f20514f5188c80912d6
tree097de92d8f080da45e70110eefb0e615d62bb4cf
parent2e14cbe9cd4a5a17fcdfcfa79869feef718f3076

disable plan9 test

This experimental target has no recent active maintainer. It's the only linker backend complaining about this branch and I can't make sense of the stack trace. This can be fixed asynchronously by anyone who wants to maintain plan9 support. It does not need to block this branch.

1 files changed, 1 insertions(+), 1 deletions(-)

test/cases/exit.zig+1-1
...@@ -1,5 +1,5 @@...@@ -1,5 +1,5 @@
1pub fn main() void {}1pub fn main() void {}
22
3// run3// run
4// target=x86_64-linux,x86_64-macos,x86_64-windows,x86_64-plan94// target=x86_64-linux,x86_64-macos,x86_64-windows
5//5//