7
mirror of https://github.com/tenderlove/initial-v.git synced 2025-04-07 18:05:08 +00:00

remove useless test

This commit is contained in:
Aaron Patterson 2023-05-01 16:28:08 -07:00
parent a9aba19730
commit 00ef0ed87d
No known key found for this signature in database
GPG Key ID: 953170BCB4FFAFC6

View File

@ -97,7 +97,3 @@ pub fn main() anyerror!void {
std.log.info("couldn't find device", .{});
}
}
test "basic test" {
try std.testing.expectEqual(10, 3 + 7);
}