patch_seq_test_has_failures

Function patch_seq_test_has_failures 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_test_has_failures( stack: Stack, ) -> Stack
Expand description

Check if any assertions failed

Stack effect: ( – Int )

Returns 1 if there are failures, 0 if all passed.

§Safety

Stack pointer must be valid