test/selftest.cpp

changeset 570
7edce1b5a798
parent 510
133ac0f8f3fc
child 651
19d1a8422f6e
--- 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));
 }

mercurial