Ignore another emscripten test because missing intrinsics
This commit is contained in:
parent
8401e37495
commit
7c0bf41cff
@ -11,6 +11,8 @@
|
||||
use core::num::flt2dec::estimator::*;
|
||||
|
||||
#[test]
|
||||
// FIXME https://github.com/kripken/emscripten/issues/4563
|
||||
#[cfg_attr(target_os = "emscripten", ignore)]
|
||||
fn test_estimate_scaling_factor() {
|
||||
macro_rules! assert_almost_eq {
|
||||
($actual:expr, $expected:expr) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user