diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-18 13:32:36 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-18 13:32:45 +0200 |
| commit | f3fc901290c65ec8a4c025c30a316cb2ac5dd53d (patch) | |
| tree | 75a3ef0086b088280612f4b36692ebaf9cc01a98 /libs/acpi | |
| parent | 493f50c697b17049b820e65664af9f4a7c9c0c2c (diff) | |
| download | kernel-f3fc901290c65ec8a4c025c30a316cb2ac5dd53d.tar.xz kernel-f3fc901290c65ec8a4c025c30a316cb2ac5dd53d.zip | |
kstd: clean up units
Diffstat (limited to 'libs/acpi')
| -rw-r--r-- | libs/acpi/acpi/common/table_header.tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/acpi/acpi/common/table_header.tests.cpp b/libs/acpi/acpi/common/table_header.tests.cpp index bbd42bd6..971c715c 100644 --- a/libs/acpi/acpi/common/table_header.tests.cpp +++ b/libs/acpi/acpi/common/table_header.tests.cpp @@ -28,7 +28,7 @@ SCENARIO("Common table header parsing", "[common_table_header]") THEN("the length is correct") { - REQUIRE(header->length() == kstd::type_size<acpi::table_header>); + REQUIRE(header->length() == kstd::size_of<acpi::table_header>()); } THEN("the oem id is correct") |
