aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Core/Executor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp
index fcdf8a6d..f31d6aeb 100644
--- a/lib/Core/Executor.cpp
+++ b/lib/Core/Executor.cpp
@@ -2808,7 +2808,8 @@ void Executor::terminateStateOnError(ExecutionState &state,
std::string info_str = info.str();
if (info_str != "")
msg << "Info: \n" << info_str;
- interpreterHandler->processTestCase(state, MsgString.c_str(), suffix);
+
+ interpreterHandler->processTestCase(state, msg.str().c_str(), suffix);
}
terminateState(state);