From 54854e2ab87e667751f2eae86f41b9d41bcfda9d Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Sun, 18 Sep 2022 09:28:46 +0200 Subject: add removed expected stdout comparison in link test --- test/link/macho/empty/build.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/link/macho/empty/build.zig b/test/link/macho/empty/build.zig index 0af10c85ac..ab016fd4bd 100644 --- a/test/link/macho/empty/build.zig +++ b/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); } -- cgit v1.2.3