test_util

Macro assert_leq

Source
macro_rules! assert_leq {
    ($x:expr, $y:expr) => { ... };
}
Expand description

Asserts that the first argument is less than or equal to the second.