patch_seq_test_finish

Function patch_seq_test_finish 

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

Finalize test and print results

Stack effect: ( – )

Prints pass/fail summary for the current test in a format parseable by the test runner. Output format: “test-name … ok” or “test-name … FAILED”

§Safety

Stack pointer must be valid