diff --git a/test/standalone/hello_world/hello.zig b/test/standalone/hello_world/hello.zig index 2ae5782328e6ad04e0e496c879f462809018296a..e3fc5c0e3eab4b688f1e77c2ff6cd0661436eb5f 100644 --- a/test/standalone/hello_world/hello.zig +++ b/test/standalone/hello_world/hello.zig @@ -1,7 +1,6 @@ const std = @import("std"); pub fn main() !void { - // If this program is run without stdout attached, exit with an error. const stdout_file = std.io.getStdOut(); // If this program encounters pipe failure when printing to stdout, exit // with an error.