LibTest: Handle Crash printing in a private method

This commit is contained in:
Michel Hermier 2021-12-15 08:58:40 +01:00 committed by Brian Gianforcaro
commit c8cabd433a
Notes: sideshowbarker 2024-07-17 22:35:03 +09:00
2 changed files with 21 additions and 20 deletions

View file

@ -30,6 +30,8 @@ public:
bool run(RunType run_type = RunType::UsingChildProcess);
private:
bool do_report(Failure failure);
String m_type;
Function<Crash::Failure()> m_crash_function;
};