aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/printers/JSONPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/printers/JSONPrinter.h')
-rw-r--r--tests/framework/printers/JSONPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework/printers/JSONPrinter.h b/tests/framework/printers/JSONPrinter.h
index 14c8b35cb9..18bd4380b0 100644
--- a/tests/framework/printers/JSONPrinter.h
+++ b/tests/framework/printers/JSONPrinter.h
@@ -48,6 +48,7 @@ public:
void print_errors_header() override;
void print_errors_footer() override;
void print_error(const std::exception &error) override;
+ void print_info(const std::string &info) override;
void print_measurements(const Profiler::MeasurementsMap &measurements) override;
private: