aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/net/netip/netip_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/netip/netip_test.go b/src/net/netip/netip_test.go
index 79e1a446d8..4307df38bf 100644
--- a/src/net/netip/netip_test.go
+++ b/src/net/netip/netip_test.go
@@ -789,6 +789,11 @@ func TestAddrWellKnown(t *testing.T) {
std net.IP
}{
{
+ name: "IPv4 unspecified",
+ ip: IPv4Unspecified(),
+ std: net.IPv4zero,
+ },
+ {
name: "IPv6 link-local all nodes",
ip: IPv6LinkLocalAllNodes(),
std: net.IPv6linklocalallnodes,