diff --git a/samples/asserts.c.bin.err.expected b/samples/asserts.c.bin.err.expected index 0f81d72..5ee803c 100644 --- a/samples/asserts.c.bin.err.expected +++ b/samples/asserts.c.bin.err.expected @@ -1,6 +1,7 @@ [----] asserts.c:9: Assertion failed: assert is fatal, expect isn't [----] asserts.c:10: Assertion failed: This assert runs [FAIL] asserts::base: (0.00s) -[----] asserts.c:18: Assertion failed: The conditions for this test were not met. +[----] asserts.c:15: Assertion failed: You can fail an assertion with a message from anywhere +[----] asserts.c:16: Assertion failed: The condition for this assertion were not met. [FAIL] asserts::old_school: (0.00s) [====] Synthesis: Tested: 6 | Passing: 4 | Failing: 2 | Crashing: 0  diff --git a/samples/asserts.cc.bin.err.expected b/samples/asserts.cc.bin.err.expected index 8b27ddd..d18db61 100644 --- a/samples/asserts.cc.bin.err.expected +++ b/samples/asserts.cc.bin.err.expected @@ -1,8 +1,11 @@ +[----] asserts.cc:78: Assertion failed: (&s1)[0 .. 2] == (&s2)[0 .. 2] +[FAIL] asserts::array: (0.00s) [----] asserts.cc:11: Assertion failed: assert is fatal, expect isn't [----] asserts.cc:12: Assertion failed: This assert runs [FAIL] asserts::base: (0.00s) -[----] asserts.cc:86: Assertion failed: 0 +[----] asserts.cc:84: Assertion failed: The condition for this assertion were not met. [FAIL] asserts::exception: (0.00s) -[----] asserts.cc:20: Assertion failed: The conditions for this test were not met. +[----] asserts.cc:17: Assertion failed: You can fail an assertion with a message from anywhere +[----] asserts.cc:18: Assertion failed: The condition for this assertion were not met. [FAIL] asserts::old_school: (0.00s) -[====] Synthesis: Tested: 7 | Passing: 4 | Failing: 3 | Crashing: 0  +[====] Synthesis: Tested: 7 | Passing: 3 | Failing: 4 | Crashing: 0