diff options
-rw-r--r-- | src/test/catch.hpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/test/catch.hpp b/src/test/catch.hpp index ffaa1d3d6..555760450 100644 --- a/src/test/catch.hpp +++ b/src/test/catch.hpp @@ -6774,14 +6774,11 @@ namespace Catch { message2.append(strings[i]).append("\n"); free(strings); } - - tempResult.message = message2; -#else // HAVE_EXECINFO - - tempResult.message = message; #endif // HAVE_EXECINFO // stack + tempResult.message = message2; + AssertionResult result(m_lastAssertionInfo, tempResult); getResultCapture().assertionEnded(result); |