authorgravatar for noam@pixelhero.devNoam Preil <noam@pixelhero.dev> 2020-05-24 09:30:52-04:00
committergravatar for noam@pixelhero.devNoam Preil <noam@pixelhero.dev> 2020-06-15 17:51:42-04:00
log67414be86b1e33f8eda4e3c33a60a7e59098a55f
treec2085603b31f1de059340c515cf9779cdac4eb02
parentc92816fbefe9d789d3f3c13f319c949c8b97ad01
signature Commit is signed but in an unrecognized format.

[Stage2/Testing] Print name of failed test


1 files changed, 1 insertions(+), 0 deletions(-)

src-self-hosted/test.zig+1
...@@ -363,6 +363,7 @@ pub const TestContext = struct {...@@ -363,6 +363,7 @@ pub const TestContext = struct {
363 break :f false;363 break :f false;
364 };364 };
365 if (!failed) {365 if (!failed) {
366 std.debug.warn("Test '{}' compilation succeded, error expected.\n", .{case.name});
366 return error.DidNotFail;367 return error.DidNotFail;
367 }368 }
368 module_node.end();369 module_node.end();