Enable num tests on wasm
This commit is contained in:
parent
a18dea908c
commit
53c05ffdda
1 changed files with 0 additions and 1 deletions
|
@ -197,7 +197,6 @@ test_impl_from! { test_u16f64, u16, f64 }
|
||||||
test_impl_from! { test_u32f64, u32, f64 }
|
test_impl_from! { test_u32f64, u32, f64 }
|
||||||
|
|
||||||
// Float -> Float
|
// Float -> Float
|
||||||
#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_f32f64() {
|
fn test_f32f64() {
|
||||||
use core::f32;
|
use core::f32;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue