diff --git a/test/tests.zig b/test/tests.zig index 81fc9ae7d0..ede30a131d 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -1714,14 +1714,13 @@ const c_abi_targets = blk: { }, }, - // https://gitlab.com/qemu-project/qemu/-/issues/3291 - // .{ - // .target = .{ - // .cpu_arch = .hexagon, - // .os_tag = .linux, - // .abi = .musl, - // }, - // }, + .{ + .target = .{ + .cpu_arch = .hexagon, + .os_tag = .linux, + .abi = .musl, + }, + }, .{ .target = .{