Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Jan 14, 2022
1 parent 4c49c88 commit ff1d45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_simd/tests/masks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ macro_rules! test_mask_api {
}

#[test]
fn roundtrip_bitmask_array_conversion() {
fn roundtrip_bitmask_conversion() {
use core_simd::ToBitMask;
let values = [
true, false, false, true, false, false, true, false,
Expand Down

0 comments on commit ff1d45a

Please sign in to comment.