Fixed test case

master
Luuk de Gram 2020-07-16 21:30:08 +02:00
parent 9d79741fd0
commit 198c09197b
No known key found for this signature in database
GPG Key ID: A002B174963DBB7D
1 changed files with 1 additions and 1 deletions

View File

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