| author | |
| committer | |
| log | 0db0258fb2fed196791d3579fb3b893736d28d0a |
| tree | e99411ced5d4f9e634bcd8d6ed39e91f124c83a1 |
| parent | 485231deaef9b12e013d423facdef1624f16014b |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 0 insertions(+), 3 deletions(-)
src-self-hosted/test.zig-3| ... | ... | @@ -415,9 +415,6 @@ pub const TestContext = struct { |
| 415 | 415 | |
| 416 | 416 | var module = try Module.init(allocator, .{ |
| 417 | 417 | .target = target, |
| 418 | // This is an Executable, as opposed to e.g. a *library*. This does | |
| 419 | // not mean no ZIR is generated. | |
| 420 | // | |
| 421 | 418 | // TODO: support tests for object file building, and library builds |
| 422 | 419 | // and linking. This will require a rework to support multi-file |
| 423 | 420 | // tests. |