From 56102de9de9690f5f8d09abfe01f8dcf4f13fc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9?= Date: Mon, 13 Feb 2023 13:45:42 +0800 Subject: [PATCH] test: update output for recent alcotest --- alcotest/test/alcotest_report.expected | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) 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"' + +