diff --git a/test/stage2/aarch64.zig b/test/stage2/aarch64.zig index 323d63b9feb15bafe56915d757e61242405b266a..b71362cd3d0ec6e80e41da7340401f36b4d3b85e 100644 --- a/test/stage2/aarch64.zig +++ b/test/stage2/aarch64.zig @@ -12,9 +12,7 @@ const linux_aarch64 = std.zig.CrossTarget{ }; pub fn addCases(ctx: *TestContext) !void { - // TODO enable when we add codesigning to the self-hosted linker - // related to #6971 - if (false) { + { var case = ctx.exe("hello world with updates", macos_aarch64); // Regular old hello world