aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/printers/Printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/printers/Printer.h')
-rw-r--r--tests/framework/printers/Printer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/framework/printers/Printer.h b/tests/framework/printers/Printer.h
index 16a4170d7a..c2a44240ba 100644
--- a/tests/framework/printers/Printer.h
+++ b/tests/framework/printers/Printer.h
@@ -104,9 +104,10 @@ public:
/** Print test error.
*
- * @param[in] error Description of the error.
+ * @param[in] error Description of the error.
+ * @param[in] expected Whether the error was expected or not.
*/
- virtual void print_error(const std::exception &error) = 0;
+ virtual void print_error(const std::exception &error, bool expected) = 0;
/** Print test log info.
*