[Stage2/Testing] Print name of failed test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user