@@ -329,7 +329,7 @@ fn ip_properties() {
329
329
check ! ( "ff08::" , global | multicast) ;
330
330
check ! ( "ff0e::" , global | multicast) ;
331
331
check ! ( "2001:db8:85a3::8a2e:370:7334" , doc) ;
332
- check ! ( "2001:2::ac32:23ff:21" , global | benchmarking) ;
332
+ check ! ( "2001:2::ac32:23ff:21" , benchmarking) ;
333
333
check ! ( "102:304:506:708:90a:b0c:d0e:f10" , global) ;
334
334
}
335
335
@@ -759,12 +759,6 @@ fn ipv6_properties() {
759
759
multicast_global | global
760
760
) ;
761
761
762
- check ! (
763
- "2001:2::ac32:23ff:21" ,
764
- & [ 0x20 , 1 , 0 , 2 , 0 , 0 , 0 , 0 , 0 , 0 , 0xac , 0x32 , 0x23 , 0xff , 0 , 0x21 ] ,
765
- unicast_global
766
- ) ;
767
-
768
762
check ! (
769
763
"2001:db8:85a3::8a2e:370:7334" ,
770
764
& [ 0x20 , 1 , 0xd , 0xb8 , 0x85 , 0xa3 , 0 , 0 , 0 , 0 , 0x8a , 0x2e , 3 , 0x70 , 0x73 , 0x34 ] ,
@@ -774,7 +768,7 @@ fn ipv6_properties() {
774
768
check ! (
775
769
"2001:2::ac32:23ff:21" ,
776
770
& [ 0x20 , 1 , 0 , 2 , 0 , 0 , 0 , 0 , 0 , 0 , 0xac , 0x32 , 0x23 , 0xff , 0 , 0x21 ] ,
777
- global | unicast_global | benchmarking
771
+ benchmarking
778
772
) ;
779
773
780
774
check ! (
0 commit comments