aboutsummaryrefslogtreecommitdiff
path: root/src/field.zig
diff options
context:
space:
mode:
authorJulien Dessaux2024-02-03 00:29:42 +0100
committerJulien Dessaux2024-02-03 00:29:42 +0100
commit8048ef0c756553dc88192ab13ae658d1ab9a94a2 (patch)
treec668df4c46f9bf12d9790a74ddc793601f026059 /src/field.zig
parentBumped the mycology test suite to the last version (diff)
downloadzigfunge98-master.tar.gz
zigfunge98-master.tar.bz2
zigfunge98-master.zip
Removed useless testing boilerplateHEADmaster
Diffstat (limited to 'src/field.zig')
-rw-r--r--src/field.zig3
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());