about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-01-13 02:26:43 +0800
committerkennytm <kennytm@gmail.com>2018-01-13 03:17:05 +0800
commit722838fa7296593dde4dc9a4dff0cf02853c2541 (patch)
tree6f27d2c0d2da637447d70ac2e3b808f78944dae9
parentdb36d18b9d7afc0bf35a600274ff7e219af4b157 (diff)
parent53c05ffdda1cf00d1872dc26661d65ee00a49c3d (diff)
downloadrust-722838fa7296593dde4dc9a4dff0cf02853c2541.tar.gz
rust-722838fa7296593dde4dc9a4dff0cf02853c2541.zip
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.
-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;