Skip to content

Commit

Permalink
remove FIXME(rust-lang#39119) and allow running test on emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
nivkner committed Mar 17, 2018
1 parent 3753e1a commit 4a06708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/num.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 4a06708

Please sign in to comment.