-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
missing newline after Test [1/1] ...
#15999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Test [1/2] ...
Test [1/1] ...
|
@nektro the warn and error log levels should make tests fail though, so I could see why this would be desired (also, it’s helpful when debugging tests) |
|
What I do:
test "testing" {
std.debug.print("\n", .{});
std.log.warn("test", .{});
}
Either:
|
thanks @squeek502 for your ideas |
It's not as simple as 'printing out normally' since the
|
while developing you can also put it in a |
can we add for example |
Zig Version
0.10.1
Steps to Reproduce and Observed Behavior
output:
Expected Behavior
output:
The text was updated successfully, but these errors were encountered: