mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00: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
1 changed files with 2 additions and 1 deletions
|
@ -25,8 +25,9 @@
|
|||
*/
|
||||
|
||||
#include <AK/TestSuite.h>
|
||||
#include <AK/String.h>
|
||||
|
||||
#include <AK/CircularQueue.h>
|
||||
#include <AK/String.h>
|
||||
|
||||
TEST_CASE(basic)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue