macro_rules! get_accuracy_entry {
($group:expr, $name:expr, $func:expr, $arg_count:tt, $test_file_name:expr) => { ... };
($group:expr, $name:expr, $func:expr, $arg_count:tt) => { ... };
}macro_rules! get_accuracy_entry {
($group:expr, $name:expr, $func:expr, $arg_count:tt, $test_file_name:expr) => { ... };
($group:expr, $name:expr, $func:expr, $arg_count:tt) => { ... };
}