aboutsummaryrefslogtreecommitdiff
path: root/framework/Framework.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Framework.h')
-rw-r--r--framework/Framework.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/Framework.h b/framework/Framework.h
index 3526eee82f..055392cdae 100644
--- a/framework/Framework.h
+++ b/framework/Framework.h
@@ -187,10 +187,9 @@ public:
/** Tell the framework that the currently running test case failed a non-fatal expectation.
*
- * @param[in] msg Description of the failure.
- * @param[in] level Severity of the failed expectation.
+ * @param[in] error Description of the error.
*/
- void log_failed_expectation(const std::string &msg, LogLevel level = LogLevel::ERRORS);
+ void log_failed_expectation(const TestError &error);
/** Number of iterations per test case.
*