Skip to content

Commit

Permalink
Enable num tests on wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Diggsey committed Jan 11, 2018
1 parent a18dea9 commit 53c05ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libcore/tests/num/mod.rs
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 53c05ff

Please sign in to comment.