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
+[31mFAIL[0m string_of_int equals to '7'
+
+ Expected: `[32m"7"[0m'
+ Received: `[31m"8"[0m'
+
+Invalid_argument("7")Alcotest assertion failure
+[31mFAIL[0m string_of_int equals to '7'
+
+ Expected: `[32m"7"[0m'
+ Received: `[31m"8"[0m'
+
+