mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
zig fmt
This commit is contained in:
parent
75b0538688
commit
d6f8200294
@ -79,7 +79,6 @@ test "parse IPv6 address, check raw bytes" {
|
|||||||
|
|
||||||
const actual_raw = addr.in6.sa.addr[0..];
|
const actual_raw = addr.in6.sa.addr[0..];
|
||||||
try std.testing.expectEqualSlices(u8, expected_raw[0..], actual_raw);
|
try std.testing.expectEqualSlices(u8, expected_raw[0..], actual_raw);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
test "parse and render IPv6 addresses" {
|
test "parse and render IPv6 addresses" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user