Fix inconsistent test naming

This commit is contained in:
kayomn 2022-10-03 22:58:33 +01:00
parent e01b19cd68
commit a36b3bc321
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ pub const FixedPushError = error {
Overflow,
};
test "fixed stack" {
test {
const testing = std.testing;
var buffer = std.mem.zeroes([4]u8);
var stack = Fixed(u8){.buffer = &buffer};