test: re-enable C ABI tests for x86_64-linux-muslx32
1 files changed, 7 insertions(+), 7 deletions(-)
test
test/tests.zig+7-7
| ... | ... | @@ -1997,13 +1997,13 @@ const c_abi_targets = blk: { |
| 1997 | 1997 | }, |
| 1998 | 1998 | .use_llvm = true, |
| 1999 | 1999 | }, |
| 2000 | | // .{ |
| 2001 | | // .target = .{ |
| 2002 | | // .cpu_arch = .x86_64, |
| 2003 | | // .os_tag = .linux, |
| 2004 | | // .abi = .muslx32, |
| 2005 | | // }, |
| 2006 | | // }, |
| 2000 | .{ |
| 2001 | .target = .{ |
| 2002 | .cpu_arch = .x86_64, |
| 2003 | .os_tag = .linux, |
| 2004 | .abi = .muslx32, |
| 2005 | }, |
| 2006 | }, |
| 2007 | 2007 | |
| 2008 | 2008 | // WASI Targets |
| 2009 | 2009 | |