aboutsummaryrefslogtreecommitdiff
path: root/src/pointer.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/pointer.zig
parentBumped the mycology test suite to the last version (diff)
downloadzigfunge98-8048ef0c756553dc88192ab13ae658d1ab9a94a2.tar.gz
zigfunge98-8048ef0c756553dc88192ab13ae658d1ab9a94a2.tar.bz2
zigfunge98-8048ef0c756553dc88192ab13ae658d1ab9a94a2.zip
Removed useless testing boilerplateHEADmaster
Diffstat (limited to 'src/pointer.zig')
-rw-r--r--src/pointer.zig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pointer.zig b/src/pointer.zig
index eeb1204..ce170af 100644
--- a/src/pointer.zig
+++ b/src/pointer.zig
@@ -445,9 +445,6 @@ pub const Pointer = struct {
const testTimestamp: i64 = 1660681247;
-test "all" {
- std.testing.refAllDecls(@This());
-}
test "minimal" {
var minimal = std.io.fixedBufferStream("@");
var f = try field.Field.init_from_reader(std.testing.allocator, minimal.reader());