Skip to content

Commit

Permalink
Rollup merge of rust-lang#47365 - Diggsey:issue-42630, r=alexcrichton
Browse files Browse the repository at this point in the history
Re-enable num tests on wasm

Issue rust-lang#42630 was closed but the tests are still ignored, supposedly they should pass now.
  • Loading branch information
kennytm committed Jan 12, 2018
2 parents db36d18 + 53c05ff commit 722838f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/tests/num/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 722838f

Please sign in to comment.