aboutsummaryrefslogtreecommitdiff
path: root/src/stack.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/stack.zig')
-rw-r--r--src/stack.zig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stack.zig b/src/stack.zig
index dd76af1..58c7103 100644
--- a/src/stack.zig
+++ b/src/stack.zig
@@ -157,7 +157,3 @@ pub const Stack = struct {
}
}
};
-
-test "all" {
- std.testing.refAllDecls(@This());
-}