[][src]Macro soft_test_failures::let_fail

macro_rules! let_fail {
    () => { ... };
}

Panics if at least one expect!() failed, thus failing the test.