Commit 0db0258fb2

Noam Preil <pleasantatk@gmail.com>
2020-07-06 23:54:06
Remove old comment
1 parent 485231d
Changed files (1)
src-self-hosted
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.