authorgravatar for noam@pixelhero.devNoam Preil <noam@pixelhero.dev> 2020-07-06 17:54:06-04:00
committergravatar for noam@pixelhero.devNoam Preil <noam@pixelhero.dev> 2020-07-06 17:54:06-04:00
log0db0258fb2fed196791d3579fb3b893736d28d0a
treee99411ced5d4f9e634bcd8d6ed39e91f124c83a1
parent485231deaef9b12e013d423facdef1624f16014b
signaturelock-open Commit is signed but in an unrecognized format.

Remove old comment


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

src-self-hosted/test.zig-3
...@@ -415,9 +415,6 @@ pub const TestContext = struct {...@@ -415,9 +415,6 @@ pub const TestContext = struct {
415415
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 builds418 // TODO: support tests for object file building, and library builds
422 // and linking. This will require a rework to support multi-file419 // and linking. This will require a rework to support multi-file
423 // tests.420 // tests.