add removed expected stdout comparison in link test
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user