Skip to content

Commit 006f173

Browse files
committed
Ignore failing test on mips
1 parent 6cf8fe7 commit 006f173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/floattidf.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
not(any(target_env = "gnu", target_env = "musl")),
55
target_os = "linux",
66
test), no_std)]
7+
#![cfg(not(target_arch = "mips"))] // FIXME(#168)
78

89
include!(concat!(env!("OUT_DIR"), "/floattidf.rs"));

0 commit comments

Comments
 (0)