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.