diff -r cb63f3d1236a -r 7edce1b5a798 test/selftest.cpp --- a/test/selftest.cpp Mon Jul 25 15:40:27 2022 +0200 +++ b/test/selftest.cpp Wed Aug 03 15:44:46 2022 +0200 @@ -39,7 +39,5 @@ } TEST(SelfTest, CommonDefinitions) { - // the following lines won't compile when the definitions are missing EXPECT_EQ(__WORDSIZE, 8 * sizeof(void*)); - EXPECT_EQ(sizeof(ssize_t), sizeof(size_t)); }