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
test/cases/exit.zig+1-1
| ... | ... | @@ -1,5 +1,5 @@ |
| 1 | 1 | pub fn main() void {} |
| 2 | 2 | |
| 3 | 3 | // run |
| 4 | | // target=x86_64-linux,x86_64-macos,x86_64-windows,x86_64-plan9 |
| 4 | // target=x86_64-linux,x86_64-macos,x86_64-windows |
| 5 | 5 | // |