stage2 macho: enable end-to-end incremental linking tests on aarch64

master
Jakub Konka 2020-11-26 11:25:36 +01:00
parent 7e8f7da3ec
commit f125c4f5c7
1 changed files with 1 additions and 3 deletions

View File

@ -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