diff options
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") |
