mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
add removed expected stdout comparison in link test
This commit is contained in:
parent
0030e72d53
commit
54854e2ab8
@ -16,5 +16,6 @@ pub fn build(b: *Builder) void {
|
|||||||
exe.linkLibC();
|
exe.linkLibC();
|
||||||
|
|
||||||
const run_cmd = std.build.EmulatableRunStep.create(b, "run", exe);
|
const run_cmd = std.build.EmulatableRunStep.create(b, "run", exe);
|
||||||
|
run_cmd.expectStdOutEqual("Hello!\n");
|
||||||
test_step.dependOn(&run_cmd.step);
|
test_step.dependOn(&run_cmd.step);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user