From e6d26bf962b75b4f0dc200d56fa5776e39f5a18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 19 Jun 2026 11:49:34 +0200 Subject: [PATCH] test: re-enable C ABI tests for x86_64-linux-muslx32 --- test/tests.zig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/tests.zig b/test/tests.zig index a3883223728b7141c6a7f90a76a57e5914a75af5..afe2f09560955a1a87282ffd411dd9e0fbca32c2 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1997,13 +1997,13 @@ const c_abi_targets = blk: { }, .use_llvm = true, }, - // .{ - // .target = .{ - // .cpu_arch = .x86_64, - // .os_tag = .linux, - // .abi = .muslx32, - // }, - // }, + .{ + .target = .{ + .cpu_arch = .x86_64, + .os_tag = .linux, + .abi = .muslx32, + }, + }, // WASI Targets -- 2.54.0