| author | |
| committer | |
| log | 198c09197bf5140e5fb324e1a78a4b5b66d982e5 |
| tree | 2427ed103973d7648c8dc959e67ef7176e967233 |
| parent | 9d79741fd01f7d3c4093ef6d305c84ff5c183a69 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
test/stage2/compare_output.zig+1-1| ... | ... | @@ -176,7 +176,7 @@ pub fn addCases(ctx: *TestContext) !void { |
| 176 | 176 | var case = ctx.exe("substracting numbers at runtime", linux_x64); |
| 177 | 177 | case.addCompareOutput( |
| 178 | 178 | \\export fn _start() noreturn { |
| 179 | \\ sub(7, 8); | |
| 179 | \\ sub(7, 4); | |
| 180 | 180 | \\ |
| 181 | 181 | \\ exit(); |
| 182 | 182 | \\} |