Skip to content

Commit 9fbffbb

Browse files
committed
Disable more tests
1 parent c8d9842 commit 9fbffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/tests/ops_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ macro_rules! impl_float_tests {
333333
&|_| true,
334334
);
335335
}
336-
*/
337336
338337
fn is_nan<const LANES: usize>() {
339338
test_helpers::test_unary_mask_elementwise(
@@ -358,6 +357,7 @@ macro_rules! impl_float_tests {
358357
&|_| true,
359358
);
360359
}
360+
*/
361361

362362
fn abs<const LANES: usize>() {
363363
test_helpers::test_unary_elementwise(

0 commit comments

Comments
 (0)