@@ -345,7 +345,7 @@ fn net_dgram_v6_bind_any() {
345345}
346346
347347/// Test `sendto` with calling `connect`, on platforms which support that.
348- #[ cfg( not( any( bsd, target_os = "illumos" ) ) ) ]
348+ #[ cfg( not( any( bsd, solarish ) ) ) ]
349349#[ test]
350350fn net_dgram_v4_connect_sendto ( ) {
351351 crate :: init ( ) ;
@@ -439,7 +439,7 @@ fn net_dgram_v4_sendto() {
439439}
440440
441441/// Similar, but with V6.
442- #[ cfg( not( any( bsd, target_os = "illumos" ) ) ) ]
442+ #[ cfg( not( any( bsd, solarish ) ) ) ]
443443#[ test]
444444fn net_dgram_v6_connect_sendto ( ) {
445445 crate :: init ( ) ;
@@ -533,7 +533,7 @@ fn net_dgram_v6_sendto() {
533533}
534534
535535/// Test `sendto_any` with calling connect, on platforms which support that.
536- #[ cfg( not( any( bsd, target_os = "illumos" ) ) ) ]
536+ #[ cfg( not( any( bsd, solarish ) ) ) ]
537537#[ test]
538538fn net_dgram_v4_connect_sendto_any ( ) {
539539 crate :: init ( ) ;
@@ -621,7 +621,7 @@ fn net_dgram_v4_sendto_any() {
621621}
622622
623623/// Similar, but with V6.
624- #[ cfg( not( any( bsd, target_os = "illumos" ) ) ) ]
624+ #[ cfg( not( any( bsd, solarish ) ) ) ]
625625#[ test]
626626fn net_dgram_v6_connect_sendto_any ( ) {
627627 crate :: init ( ) ;
0 commit comments