fn report_test_error(
ws: &Workspace<'_>,
test_args: &[&str],
opts: &CompileOptions,
unit_err: &UnitTestError,
test_error: Error,
)
Expand description
Displays an error on the console about a test failure.
fn report_test_error(
ws: &Workspace<'_>,
test_args: &[&str],
opts: &CompileOptions,
unit_err: &UnitTestError,
test_error: Error,
)
Displays an error on the console about a test failure.