Skip to content

Commit 8ec86e4

Browse files
kada49linusg
andauthored
Update test name according to review
Co-authored-by: Linus Groh <mail@linusgroh.de>
1 parent 8c0e7ba commit 8ec86e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/c/strings.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn bzero(s: *anyopaque, n: usize) void {
99
_ = std.zig.c_builtins.__builtin_memset(s, 0, n);
1010
}
1111

12-
test "bzero" {
12+
test bzero {
1313
var array: [10]u8 = [_]u8{ '1', '2', '3', '4', '5', '6', '7', '8', '9', '0' };
1414
var a = std.mem.zeroes([array.len]u8);
1515
a[9] = '0';

0 commit comments

Comments
 (0)