Rollup merge of #47365 - Diggsey:issue-42630, r=alexcrichton

Re-enable num tests on wasm

Issue #42630 was closed but the tests are still ignored, supposedly they should pass now.
This commit is contained in:
kennytm 2018-01-13 02:26:43 +08:00
commit 722838fa72
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C

View file

@ -197,7 +197,6 @@ test_impl_from! { test_u16f64, u16, f64 }
test_impl_from! { test_u32f64, u32, f64 }
// Float -> Float
#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
#[test]
fn test_f32f64() {
use core::f32;