mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
Fixed test case
This commit is contained in:
parent
9d79741fd0
commit
198c09197b
@ -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();
|
||||
\\}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user