ladybird/Userland/Tests
Nico Weber 430b265cd4 AK: Rename KB, MB, GB to KiB, MiB, GiB
The SI prefixes "k", "M", "G" mean "10^3", "10^6", "10^9".
The IEC prefixes "Ki", "Mi", "Gi" mean "2^10", "2^20", "2^30".

Let's use the correct name, at least in code.

Only changes the name of the constants, no other behavior change.
2020-08-16 16:33:28 +02:00
..
Kernel AK: Rename KB, MB, GB to KiB, MiB, GiB 2020-08-16 16:33:28 +02:00
LibC Test: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
CMakeLists.txt Tests: Build automatically, fix compilation errors 2020-08-02 17:15:36 +02:00