mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02: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.
2.1 KiB
2.1 KiB