From 0db0258fb2fed196791d3579fb3b893736d28d0a Mon Sep 17 00:00:00 2001 From: Noam Preil Date: Mon, 6 Jul 2020 17:54:06 -0400 Subject: [PATCH] Remove old comment --- src-self-hosted/test.zig | 3 --- 1 file changed, 3 deletions(-) diff --git a/src-self-hosted/test.zig b/src-self-hosted/test.zig index 38392b8aa7..ae5cecce20 100644 --- a/src-self-hosted/test.zig +++ b/src-self-hosted/test.zig @@ -415,9 +415,6 @@ pub const TestContext = struct { var module = try Module.init(allocator, .{ .target = target, - // This is an Executable, as opposed to e.g. a *library*. This does - // not mean no ZIR is generated. - // // TODO: support tests for object file building, and library builds // and linking. This will require a rework to support multi-file // tests.