Skip to content

Commit 04d115c

Browse files
committed
fixup
1 parent b585628 commit 04d115c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

libc-test/test/linux_elf.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ use libc::*;
77
include!(concat!(env!("OUT_DIR"), "/linux_elf.rs"));
88

99
#[cfg(not(target_os = "linux"))]
10-
#[test] fn linux_elf_not_tested_on_this_arch() {}
10+
fn main() { println!("PASSED 0 tests"); }

libc-test/test/linux_fcntl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ use libc::*;
77
include!(concat!(env!("OUT_DIR"), "/linux_fcntl.rs"));
88

99
#[cfg(not(any(target_os = "linux", target_os = "android")))]
10-
fn main() { println!("PASSED"); }
10+
fn main() { println!("PASSED 0 tests"); }

libc-test/test/linux_ipv6.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ use libc::*;
77
include!(concat!(env!("OUT_DIR"), "/linux_ipv6.rs"));
88

99
#[cfg(not(target_os = "linux"))]
10-
fn main() { println!("PASSED"); }
10+
fn main() { println!("PASSED 0 tests"); }

libc-test/test/linux_strerror_r.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ use libc::*;
77
include!(concat!(env!("OUT_DIR"), "/linux_strerror_r.rs"));
88

99
#[cfg(not(any(target_os = "linux", target_os = "android")))]
10-
fn main() { println!("PASSED"); }
10+
fn main() { println!("PASSED 0 tests"); }

libc-test/test/linux_termios.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ use libc::*;
77
include!(concat!(env!("OUT_DIR"), "/linux_termios.rs"));
88

99
#[cfg(not(any(target_os = "linux", target_os = "android")))]
10-
fn main() { println!("PASSED"); }
10+
fn main() { println!("PASSED 0 tests"); }

0 commit comments

Comments
 (0)