mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibTest: Handle Crash printing in a private method
This commit is contained in:
parent
c22c1900c0
commit
c8cabd433a
Notes:
sideshowbarker
2024-07-17 22:35:03 +09:00
Author: https://github.com/mhermier
Commit: c8cabd433a
Pull-request: https://github.com/SerenityOS/serenity/pull/11291
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