diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2022-09-18 09:28:46 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2022-09-18 09:28:46 +0200 |
| commit | 54854e2ab87e667751f2eae86f41b9d41bcfda9d (patch) | |
| tree | 4de326cd31ffbb08485febdf0313260743fd3c42 /test | |
| parent | 0030e72d53cc914f28f962c6c8211f9c7a5bac35 (diff) | |
| download | zig-54854e2ab87e667751f2eae86f41b9d41bcfda9d.tar.gz zig-54854e2ab87e667751f2eae86f41b9d41bcfda9d.zip | |
add removed expected stdout comparison in link test
Diffstat (limited to 'test')
| -rw-r--r-- | test/link/macho/empty/build.zig | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
