test_util

Macro 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.