Skip to content

Commit c8d9842

Browse files
committed
Disable more tests
1 parent 59bb87c commit c8d9842

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
@@ -317,7 +317,6 @@ macro_rules! impl_float_tests {
317317
&|_| true,
318318
);
319319
}
320-
*/
321320
322321
fn is_finite<const LANES: usize>() {
323322
test_helpers::test_unary_mask_elementwise(
@@ -334,6 +333,7 @@ macro_rules! impl_float_tests {
334333
&|_| true,
335334
);
336335
}
336+
*/
337337

338338
fn is_nan<const LANES: usize>() {
339339
test_helpers::test_unary_mask_elementwise(

0 commit comments

Comments
 (0)