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.
This commit is contained in:
mlugg 2025-09-27 11:24:31 +01:00 committed by Jacob Young
parent 611c38e6da
commit 237e8a5a7a

View file

@ -1176,6 +1176,7 @@ const test_targets = blk: {
.abi = .musl,
},
.link_libc = true,
.use_llvm = true,
.use_lld = false,
},