mirror of
https://github.com/ziglang/zig.git
synced 2026-01-24 08:15:23 +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();
|
||||
|
||||
const run_cmd = std.build.EmulatableRunStep.create(b, "run", exe);
|
||||
run_cmd.expectStdOutEqual("Hello!\n");
|
||||
test_step.dependOn(&run_cmd.step);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user