aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-07-21 11:30:51 -0400
committerDave Gauer <dave@ratfactor.com>2021-07-21 11:30:51 -0400
commita637f5e45ffef0abae4bcb08725fc2c603732e55 (patch)
tree22f07de2fdef8b2726f493d7f560e0b4e6072470 /build.zig
parentee4254bcff3475e721b2e21dce6811b41be3cb68 (diff)
downloadziglings-a637f5e45ffef0abae4bcb08725fc2c603732e55.tar.gz
ziglings-a637f5e45ffef0abae4bcb08725fc2c603732e55.tar.bz2
ziglings-a637f5e45ffef0abae4bcb08725fc2c603732e55.tar.xz
ziglings-a637f5e45ffef0abae4bcb08725fc2c603732e55.zip
Newline after PASSED so multiline results line up better
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 70127ad..9a738a8 100644
--- a/build.zig
+++ b/build.zig
@@ -680,7 +680,7 @@ const ZiglingStep = struct {
return error.InvalidOutput;
}
- print("{s}PASSED: {s}{s}\n", .{ green_text, output, reset_text });
+ print("{s}PASSED:\n{s}{s}\n", .{ green_text, output, reset_text });
}
// The normal compile step calls os.exit, so we can't use it as a library :(