Skip to content

Commit 53c05ff

Browse files
committed
Enable num tests on wasm
1 parent a18dea9 commit 53c05ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/tests/num/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ test_impl_from! { test_u16f64, u16, f64 }
197197
test_impl_from! { test_u32f64, u32, f64 }
198198

199199
// Float -> Float
200-
#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
201200
#[test]
202201
fn test_f32f64() {
203202
use core::f32;

0 commit comments

Comments
 (0)