diff --git a/test/stage2/compare_output.zig b/test/stage2/compare_output.zig index 475dd4594be64e89a2b097142e27fcc5e7fa5140..c709712021142ca772980ee6fbdc189c5edd3e9b 100644 --- a/test/stage2/compare_output.zig +++ b/test/stage2/compare_output.zig @@ -176,7 +176,7 @@ pub fn addCases(ctx: *TestContext) !void { var case = ctx.exe("substracting numbers at runtime", linux_x64); case.addCompareOutput( \\export fn _start() noreturn { - \\ sub(7, 8); + \\ sub(7, 4); \\ \\ exit(); \\}