diff options
author | Julien Dessaux | 2024-02-03 00:29:42 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-02-03 00:29:42 +0100 |
commit | 8048ef0c756553dc88192ab13ae658d1ab9a94a2 (patch) | |
tree | c668df4c46f9bf12d9790a74ddc793601f026059 /src/io.zig | |
parent | Bumped the mycology test suite to the last version (diff) | |
download | zigfunge98-8048ef0c756553dc88192ab13ae658d1ab9a94a2.tar.gz zigfunge98-8048ef0c756553dc88192ab13ae658d1ab9a94a2.tar.bz2 zigfunge98-8048ef0c756553dc88192ab13ae658d1ab9a94a2.zip |
Diffstat (limited to '')
-rw-r--r-- | src/io.zig | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -80,7 +80,3 @@ pub fn context(reader: anytype, writer: anytype) Context(@TypeOf(reader), @TypeO .writer = writer, }; } - -test "all" { - std.testing.refAllDecls(@This()); -} |