remove FIXME(#39119) and allow running test on emscripten

This commit is contained in:
Niv Kaminer
2017-12-09 21:46:25 +02:00
parent 3753e1a55a
commit 4a06708d30

View File

@@ -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));