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/field.zig | |
parent | Bumped the mycology test suite to the last version (diff) | |
download | zigfunge98-master.tar.gz zigfunge98-master.tar.bz2 zigfunge98-master.zip |
Diffstat (limited to '')
-rw-r--r-- | src/field.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/field.zig b/src/field.zig index bf170fb..079bb81 100644 --- a/src/field.zig +++ b/src/field.zig @@ -457,9 +457,6 @@ pub const Field = struct { } }; -test "all" { - std.testing.refAllDecls(@This()); -} test "hello" { var hello = std.io.fixedBufferStream("64+\"!dlroW ,olleH\">:#,_@\n"); var f = try Field.init_from_reader(std.testing.allocator, hello.reader()); |