diff options
| author | Diggory Blake <diggsey@googlemail.com> | 2018-01-11 21:26:53 +0000 |
|---|---|---|
| committer | Diggory Blake <diggsey@googlemail.com> | 2018-01-11 21:26:53 +0000 |
| commit | 53c05ffdda1cf00d1872dc26661d65ee00a49c3d (patch) | |
| tree | b2e8304597e6ed92eb7ac4532346f06116ee7916 /src/libcore/tests/num | |
| parent | a18dea908ca2a89cc1c7f4b0416924382ca145e6 (diff) | |
| download | rust-53c05ffdda1cf00d1872dc26661d65ee00a49c3d.tar.gz rust-53c05ffdda1cf00d1872dc26661d65ee00a49c3d.zip | |
Enable num tests on wasm
Diffstat (limited to 'src/libcore/tests/num')
| -rw-r--r-- | src/libcore/tests/num/mod.rs | 1 |
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; |
