zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 198c09197bf5140e5fb324e1a78a4b5b66d982e5 (tree)
parent 9d79741fd01f7d3c4093ef6d305c84ff5c183a69
Author: Luuk de Gram <Luukdegram@users.noreply.github.com>
Date:   Thu, 16 Jul 2020 21:30:08 +0200

Fixed test case

Diffstat:
Mtest/stage2/compare_output.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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(); \\}