aboutsummaryrefslogtreecommitdiff
path: root/src/stackStack.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/stackStack.zig')
-rw-r--r--src/stackStack.zig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stackStack.zig b/src/stackStack.zig
index d846429..79ef7cc 100644
--- a/src/stackStack.zig
+++ b/src/stackStack.zig
@@ -174,7 +174,3 @@ pub const StackStack = struct {
return self.toss;
}
};
-
-test "all" {
- std.testing.refAllDecls(@This());
-}