Skip to content

Commit 722838f

Browse files
committed
Rollup merge of rust-lang#47365 - Diggsey:issue-42630, r=alexcrichton
Re-enable num tests on wasm Issue rust-lang#42630 was closed but the tests are still ignored, supposedly they should pass now.
2 parents db36d18 + 53c05ff commit 722838f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libcore/tests/num/mod.rs

Lines changed: 0 additions & 1 deletion
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)