diff --git a/alcotest/test/alcotest_report.expected b/alcotest/test/alcotest_report.expected index ec836f7..c1fb9d1 100644 --- a/alcotest/test/alcotest_report.expected +++ b/alcotest/test/alcotest_report.expected @@ -1,5 +1,13 @@ -Invalid_argument("7")Error string_of_int equals to '7': expecting -7, got -8.Invalid_argument("7")Error string_of_int equals to '7': expecting -7, got -8. +Invalid_argument("7")Alcotest assertion failure +FAIL string_of_int equals to '7' + + Expected: `"7"' + Received: `"8"' + +Invalid_argument("7")Alcotest assertion failure +FAIL string_of_int equals to '7' + + Expected: `"7"' + Received: `"8"' + +