Commit 198c09197b

Luuk de Gram <Luukdegram@users.noreply.github.com>
2020-07-16 21:30:08
Fixed test case
1 parent 9d79741
Changed files (1)
test
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();
             \\}