| author | |
| committer | |
| log | 67414be86b1e33f8eda4e3c33a60a7e59098a55f |
| tree | c2085603b31f1de059340c515cf9779cdac4eb02 |
| parent | c92816fbefe9d789d3f3c13f319c949c8b97ad01 |
| signature | Commit is signed but in an unrecognized format. |
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(); |