mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
[Stage2/Testing] Print name of failed test
This commit is contained in:
parent
c92816fbef
commit
67414be86b
@ -363,6 +363,7 @@ pub const TestContext = struct {
|
||||
break :f false;
|
||||
};
|
||||
if (!failed) {
|
||||
std.debug.warn("Test '{}' compilation succeded, error expected.\n", .{case.name});
|
||||
return error.DidNotFail;
|
||||
}
|
||||
module_node.end();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user