| ... | @@ -415,9 +415,6 @@ pub const TestContext = struct { | ... | @@ -415,9 +415,6 @@ pub const TestContext = struct { |
| 415 | | 415 | |
| 416 | var module = try Module.init(allocator, .{ | 416 | var module = try Module.init(allocator, .{ |
| 417 | .target = target, | 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 | // TODO: support tests for object file building, and library builds | 418 | // TODO: support tests for object file building, and library builds |
| 422 | // and linking. This will require a rework to support multi-file | 419 | // and linking. This will require a rework to support multi-file |
| 423 | // tests. | 420 | // tests. |