Macro test_util::assert_geq
source ยท macro_rules! assert_geq { ($x:expr, $y:expr) => { ... }; }
Expand description
Asserts that the first argument is greater than or equal to the second.
macro_rules! assert_geq { ($x:expr, $y:expr) => { ... }; }
Asserts that the first argument is greater than or equal to the second.