From f3fc901290c65ec8a4c025c30a316cb2ac5dd53d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 18 Aug 2026 13:32:36 +0200 Subject: kstd: clean up units --- libs/acpi/acpi/common/table_header.tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/acpi') 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); + REQUIRE(header->length() == kstd::size_of()); } THEN("the oem id is correct") -- cgit v1.2.3