From 53c05ffdda1cf00d1872dc26661d65ee00a49c3d Mon Sep 17 00:00:00 2001 From: Diggory Blake Date: Thu, 11 Jan 2018 21:26:53 +0000 Subject: [PATCH] Enable num tests on wasm --- src/libcore/tests/num/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcore/tests/num/mod.rs b/src/libcore/tests/num/mod.rs index 7eb5ff9885777..587dcbe6d6784 100644 --- a/src/libcore/tests/num/mod.rs +++ b/src/libcore/tests/num/mod.rs @@ -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;