#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_test_finish(stack: Stack) -> StackExpand 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