tests: fix redundant target in matrix
Because -fno-llvm is now the default on x86_64-linux, this target was
exactly equivalent to one specified earlier in the matrix. This was
probably just missed when doing the work to enable the self-hosted
backend by default for x86_64.
1 files changed, 1 insertions(+), 0 deletions(-)
test
test/tests.zig+1
| ... | ... | @@ -1176,6 +1176,7 @@ const test_targets = blk: { |
| 1176 | 1176 | .abi = .musl, |
| 1177 | 1177 | }, |
| 1178 | 1178 | .link_libc = true, |
| 1179 | .use_llvm = true, |
| 1179 | 1180 | .use_lld = false, |
| 1180 | 1181 | }, |
| 1181 | 1182 | |