mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-26 13:09:18 +00:00
The deallocation of the test cases at the very end happens through a NonnullRefPtr<TestCase>, meaning the deallocation will assume the wrong object size and trip up ASAN. Therefore, we cannot use a TestCase subclass. I also took this opportunity and made use of the new LoaderError formatter.