Commit 54854e2ab8

Jakub Konka <kubkon@jakubkonka.com>
2022-09-18 09:28:46
add removed expected stdout comparison in link test
1 parent 0030e72
Changed files (1)
test
link
macho
empty
test/link/macho/empty/build.zig
@@ -16,5 +16,6 @@ pub fn build(b: *Builder) void {
     exe.linkLibC();
 
     const run_cmd = std.build.EmulatableRunStep.create(b, "run", exe);
+    run_cmd.expectStdOutEqual("Hello!\n");
     test_step.dependOn(&run_cmd.step);
 }