Ignore failing test on mips
This commit is contained in:
parent
6cf8fe7932
commit
006f173f85
|
@ -4,5 +4,6 @@
|
||||||
not(any(target_env = "gnu", target_env = "musl")),
|
not(any(target_env = "gnu", target_env = "musl")),
|
||||||
target_os = "linux",
|
target_os = "linux",
|
||||||
test), no_std)]
|
test), no_std)]
|
||||||
|
#![cfg(not(target_arch = "mips"))] // FIXME(#168)
|
||||||
|
|
||||||
include!(concat!(env!("OUT_DIR"), "/floattidf.rs"));
|
include!(concat!(env!("OUT_DIR"), "/floattidf.rs"));
|
||||||
|
|
Loading…
Reference in New Issue