pub(crate) fn check_result(
test_case: &TestCase,
actual: &TestCaseResult,
) -> Result<()>Expand description
Checks that the result matches test_case.expected_outputs.
We don’t check the result matches here.
pub(crate) fn check_result(
test_case: &TestCase,
actual: &TestCaseResult,
) -> Result<()>Checks that the result matches test_case.expected_outputs.
We don’t check the result matches here.