mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:47:46 +00:00
LibTest: Handle Crash printing in a private method
This commit is contained in:
parent
c22c1900c0
commit
c8cabd433a
2 changed files with 21 additions and 20 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue