Skip to content

Commit 4a06708

Browse files
committed
remove FIXME(rust-lang#39119) and allow running test on emscripten
1 parent 3753e1a commit 4a06708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/num.rs

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ mod tests {
169169

170170
macro_rules! test_checked_next_power_of_two {
171171
($test_name:ident, $T:ident) => (
172-
#[cfg_attr(target_os = "emscripten", ignore)] // FIXME(#39119)
173172
fn $test_name() {
174173
#![test]
175174
assert_eq!((0 as $T).checked_next_power_of_two(), Some(1));

0 commit comments

Comments
 (0)