diff options
Diffstat (limited to 'backend/src/root.zig')
| -rw-r--r-- | backend/src/root.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/src/root.zig b/backend/src/root.zig index 94c7cd0..f8903fa 100644 --- a/backend/src/root.zig +++ b/backend/src/root.zig @@ -17,7 +17,3 @@ pub fn bufferedPrint() !void { pub fn add(a: i32, b: i32) i32 { return a + b; } - -test "basic add functionality" { - try std.testing.expect(add(3, 7) == 10); -} |
