mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-05 01:55:21 +03:00
AK: Move include <AK/TestSuite.h> to the top.
clang-format automatically sorts include statements that are in a 'block'. Adding a whitespace prevents this. It is crutial that <AK/TestSuite.h> is included first because it redefines some macros.
This commit is contained in:
parent
39b464dcfd
commit
d5999c3811
Notes:
sideshowbarker
2024-07-19 03:19:29 +09:00
Author: https://github.com/asynts Commit: https://github.com/SerenityOS/serenity/commit/d5999c3811b Pull-request: https://github.com/SerenityOS/serenity/pull/3250 Reviewed-by: https://github.com/nico
@ -25,8 +25,9 @@
|
||||
*/
|
||||
|
||||
#include <AK/TestSuite.h>
|
||||
#include <AK/String.h>
|
||||
|
||||
#include <AK/CircularQueue.h>
|
||||
#include <AK/String.h>
|
||||
|
||||
TEST_CASE(basic)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user