about summary refs log tree commit diff
path: root/src/libcore/tests
diff options
context:
space:
mode:
authorDiggory Blake <diggsey@googlemail.com>2018-01-11 21:26:53 +0000
committerDiggory Blake <diggsey@googlemail.com>2018-01-11 21:26:53 +0000
commit53c05ffdda1cf00d1872dc26661d65ee00a49c3d (patch)
treeb2e8304597e6ed92eb7ac4532346f06116ee7916 /src/libcore/tests
parenta18dea908ca2a89cc1c7f4b0416924382ca145e6 (diff)
downloadrust-53c05ffdda1cf00d1872dc26661d65ee00a49c3d.tar.gz
rust-53c05ffdda1cf00d1872dc26661d65ee00a49c3d.zip
Enable num tests on wasm
Diffstat (limited to 'src/libcore/tests')
-rw-r--r--src/libcore/tests/num/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/tests/num/mod.rs b/src/libcore/tests/num/mod.rs
index 7eb5ff98857..587dcbe6d67 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;