| author | |
| committer | |
| log | d6f8200294689b318e3a4f75be0ae4d05cfea9c0 |
| tree | 49d8eadc7953b0fa99b9623b002f8db6c7578e2d |
| parent | 75b05386885de30ffdb4c21f6fd084500bf4fd55 |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/net/test.zig-1| ... | ... | @@ -79,7 +79,6 @@ test "parse IPv6 address, check raw bytes" { |
| 79 | 79 | |
| 80 | 80 | const actual_raw = addr.in6.sa.addr[0..]; |
| 81 | 81 | try std.testing.expectEqualSlices(u8, expected_raw[0..], actual_raw); |
| 82 | ||
| 83 | 82 | } |
| 84 | 83 | |
| 85 | 84 | test "parse and render IPv6 addresses" { |