authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-05-15 14:41:27+02:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-05-16 15:07:25+01:00
log9279ff888bd1b00d4369b4d234e31a161f02a247
treee4e94c4fd81269595f8da0e65fac82639c94f658
parent224e39316f16c5cef4856d67ce9bc947b2f1f408

test: Silence stderr output from `test_obj_link_run`.


1 files changed, 1 insertions(+), 0 deletions(-)

test/standalone/test_obj_link_run/build.zig+1
......@@ -26,6 +26,7 @@ pub fn build(b: *std.Build) void {
2626 b.default_step = test_step;
2727
2828 const test_run = b.addRunArtifact(test_exe);
29 test_run.addCheck(.{ .expect_stderr_match = "All 3 tests passed." });
2930 test_step.dependOn(&test_run.step);
3031}
3132