Skip to content

Commit 237e8a5

Browse files
mluggjacobly0
authored andcommitted
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 parent 611c38e commit 237e8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,7 @@ const test_targets = blk: {
11761176
.abi = .musl,
11771177
},
11781178
.link_libc = true,
1179+
.use_llvm = true,
11791180
.use_lld = false,
11801181
},
11811182

0 commit comments

Comments
 (0)