aboutsummaryrefslogtreecommitdiff
path: root/src/stackStack.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/stackStack.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/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());
-}