diff --git a/tests/unit/system_test.cpp b/tests/unit/system_test.cpp index a14875a..ae76e09 100644 --- a/tests/unit/system_test.cpp +++ b/tests/unit/system_test.cpp @@ -2,5 +2,4 @@ TEST_CASE("type tests", "[system]") { REQUIRE(sizeof(uint64_t) == 8); - REQUIRE(sizeof(char *) == 4); }