Fixed regression test for assert

This commit is contained in:
Snaipe 2015-09-14 03:42:20 +02:00
parent 779fbca56e
commit 9f850ef6fe

View file

@ -3,7 +3,7 @@
[----] asserts.cc:13: Assertion failed: assert is fatal, expect isn't
[----] asserts.cc:14: Assertion failed: This assert runs
[FAIL] asserts::base: (0.00s)
[----] asserts.cc:89: Assertion failed: The statement `throw std::exception()` did throw an instance of the `std::bad_alloc` exception.
[----] asserts.cc:89: Assertion failed: The statement `throw std::exception()` did not throw an instance of the `std::bad_alloc` exception.
[FAIL] asserts::exception: (0.00s)
[----] asserts.cc:19: Assertion failed: You can fail an assertion with a message from anywhere
[----] asserts.cc:20: Assertion failed: The conditions for this assertion were not met.