Fix inconsistent test naming
This commit is contained in:
parent
e01b19cd68
commit
a36b3bc321
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue