File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ use libc::*;
7
7
include ! ( concat!( env!( "OUT_DIR" ) , "/linux_elf.rs" ) ) ;
8
8
9
9
#[ cfg( not( target_os = "linux" ) ) ]
10
- # [ test ] fn linux_elf_not_tested_on_this_arch ( ) { }
10
+ fn main ( ) { println ! ( "PASSED 0 tests" ) ; }
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ use libc::*;
7
7
include ! ( concat!( env!( "OUT_DIR" ) , "/linux_fcntl.rs" ) ) ;
8
8
9
9
#[ cfg( not( any( target_os = "linux" , target_os = "android" ) ) ) ]
10
- fn main ( ) { println ! ( "PASSED" ) ; }
10
+ fn main ( ) { println ! ( "PASSED 0 tests " ) ; }
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ use libc::*;
7
7
include ! ( concat!( env!( "OUT_DIR" ) , "/linux_ipv6.rs" ) ) ;
8
8
9
9
#[ cfg( not( target_os = "linux" ) ) ]
10
- fn main ( ) { println ! ( "PASSED" ) ; }
10
+ fn main ( ) { println ! ( "PASSED 0 tests " ) ; }
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ use libc::*;
7
7
include ! ( concat!( env!( "OUT_DIR" ) , "/linux_strerror_r.rs" ) ) ;
8
8
9
9
#[ cfg( not( any( target_os = "linux" , target_os = "android" ) ) ) ]
10
- fn main ( ) { println ! ( "PASSED" ) ; }
10
+ fn main ( ) { println ! ( "PASSED 0 tests " ) ; }
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ use libc::*;
7
7
include ! ( concat!( env!( "OUT_DIR" ) , "/linux_termios.rs" ) ) ;
8
8
9
9
#[ cfg( not( any( target_os = "linux" , target_os = "android" ) ) ) ]
10
- fn main ( ) { println ! ( "PASSED" ) ; }
10
+ fn main ( ) { println ! ( "PASSED 0 tests " ) ; }
You can’t perform that action at this time.
0 commit comments