1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:07:45 +00:00

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
parent c22c1900c0
commit c8cabd433a
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;
};