Ignore another emscripten test because missing intrinsics
This commit is contained in:
parent
8401e37495
commit
7c0bf41cff
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue