aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/test.zig
diff options
context:
space:
mode:
authorNoam Preil <pleasantatk@gmail.com>2020-07-06 17:54:06 -0400
committerNoam Preil <pleasantatk@gmail.com>2020-07-06 17:54:06 -0400
commit0db0258fb2fed196791d3579fb3b893736d28d0a (patch)
treee99411ced5d4f9e634bcd8d6ed39e91f124c83a1 /src-self-hosted/test.zig
parent485231deaef9b12e013d423facdef1624f16014b (diff)
downloadzig-0db0258fb2fed196791d3579fb3b893736d28d0a.tar.gz
zig-0db0258fb2fed196791d3579fb3b893736d28d0a.zip
Remove old comment
Diffstat (limited to 'src-self-hosted/test.zig')
-rw-r--r--src-self-hosted/test.zig3
1 files changed, 0 insertions, 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.