From 9f850ef6fe31f8ed835aadca8ce031547250f19d Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 14 Sep 2015 03:42:20 +0200 Subject: [PATCH] Fixed regression test for assert --- samples/outputs/asserts.cc.bin.err.expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/outputs/asserts.cc.bin.err.expected b/samples/outputs/asserts.cc.bin.err.expected index 1b10420..ebeb355 100644 --- a/samples/outputs/asserts.cc.bin.err.expected +++ b/samples/outputs/asserts.cc.bin.err.expected @@ -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.