remove FIXME(#39119) and allow running test on emscripten
This commit is contained in:
@@ -169,7 +169,6 @@ mod tests {
|
|||||||
|
|
||||||
macro_rules! test_checked_next_power_of_two {
|
macro_rules! test_checked_next_power_of_two {
|
||||||
($test_name:ident, $T:ident) => (
|
($test_name:ident, $T:ident) => (
|
||||||
#[cfg_attr(target_os = "emscripten", ignore)] // FIXME(#39119)
|
|
||||||
fn $test_name() {
|
fn $test_name() {
|
||||||
#![test]
|
#![test]
|
||||||
assert_eq!((0 as $T).checked_next_power_of_two(), Some(1));
|
assert_eq!((0 as $T).checked_next_power_of_two(), Some(1));
|
||||||
|
|||||||
Reference in New Issue
Block a user