diff options
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/num.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/num.rs b/src/libstd/num.rs index a2c133954a3..33d70538522 100644 --- a/src/libstd/num.rs +++ b/src/libstd/num.rs @@ -169,7 +169,6 @@ mod tests { macro_rules! test_checked_next_power_of_two { ($test_name:ident, $T:ident) => ( - #[cfg_attr(target_os = "emscripten", ignore)] // FIXME(#39119) fn $test_name() { #![test] assert_eq!((0 as $T).checked_next_power_of_two(), Some(1)); |
