aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/printers/PrettyPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/printers/PrettyPrinter.h')
-rw-r--r--tests/framework/printers/PrettyPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework/printers/PrettyPrinter.h b/tests/framework/printers/PrettyPrinter.h
index f72a613868..95487f94c5 100644
--- a/tests/framework/printers/PrettyPrinter.h
+++ b/tests/framework/printers/PrettyPrinter.h
@@ -56,6 +56,7 @@ public:
void print_error(const std::exception &error, bool expected) override;
void print_info(const std::string &info) override;
void print_measurements(const Profiler::MeasurementsMap &measurements) override;
+ void print_list_tests(const std::vector<TestInfo> &infos) override;
private:
std::string begin_color(const std::string &color) const;