aboutsummaryrefslogtreecommitdiff
path: root/src/io.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.zig')
-rw-r--r--src/io.zig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/io.zig b/src/io.zig
index 2cc0047..b37d172 100644
--- a/src/io.zig
+++ b/src/io.zig
@@ -80,7 +80,3 @@ pub fn context(reader: anytype, writer: anytype) Context(@TypeOf(reader), @TypeO
.writer = writer,
};
}
-
-test "all" {
- std.testing.refAllDecls(@This());
-}