@@ -485,7 +485,7 @@ macro_rules! test_arithmetic_ {
485
485
486
486
#[ cfg( test) ]
487
487
#[ macro_export]
488
- macro_rules! test_neg_ {
488
+ macro_rules! test_neg_ {
489
489
( $tn: ident, $zero: expr, $one: expr, $two: expr, $four: expr) => {
490
490
{
491
491
let z = $tn:: splat( $zero) ;
@@ -573,7 +573,7 @@ macro_rules! test_bit_arithmetic_ {
573
573
574
574
#[ cfg( test) ]
575
575
#[ macro_export]
576
- macro_rules! test_ops_si {
576
+ macro_rules! test_ops_si {
577
577
( $( $tn: ident) ,+) => {
578
578
$(
579
579
test_arithmetic_!( $tn, 0 , 1 , 2 , 4 ) ;
@@ -585,7 +585,7 @@ macro_rules! test_bit_arithmetic_ {
585
585
586
586
#[ cfg( test) ]
587
587
#[ macro_export]
588
- macro_rules! test_ops_ui {
588
+ macro_rules! test_ops_ui {
589
589
( $( $tn: ident) ,+) => {
590
590
$(
591
591
test_arithmetic_!( $tn, 0 , 1 , 2 , 4 ) ;
@@ -596,7 +596,7 @@ macro_rules! test_bit_arithmetic_ {
596
596
597
597
#[ cfg( test) ]
598
598
#[ macro_export]
599
- macro_rules! test_ops_f {
599
+ macro_rules! test_ops_f {
600
600
( $( $tn: ident) ,+) => {
601
601
$(
602
602
test_arithmetic_!( $tn, 0. , 1. , 2. , 4. ) ;
0 commit comments