ladybird/Userland/Tests/AK
Paul Scharnofske 35a1e12459 AK+Format: Don't cast to size_t when you want u64.
In Serenity, size_t is defined as u32, thus static_cast<size_t>(value)
truncates the value.
2021-02-13 19:47:06 +01:00
..
CMakeLists.txt AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00
TestFormat.cpp AK+Format: Don't cast to size_t when you want u64. 2021-02-13 19:47:06 +01:00