summaryrefslogtreecommitdiff
path: root/backend/src/tests.zig
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/tests.zig')
-rw-r--r--backend/src/tests.zig7
1 files changed, 0 insertions, 7 deletions
diff --git a/backend/src/tests.zig b/backend/src/tests.zig
deleted file mode 100644
index 3c09b99..0000000
--- a/backend/src/tests.zig
+++ /dev/null
@@ -1,7 +0,0 @@
-const std = @import("std");
-const ranged = @import("Models/RangedWeapon.zig");
-
-
-test "Runner" {
- std.testing.refAllDecls(@This());
-}