]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-bitmap.c
Drop the text argument from assert_not_reached()
[thirdparty/systemd.git] / src / test / test-bitmap.c
index 42922a35007da5d1e3a77c1623d5ecf531816e96..655b823c7fbf646d0b29aeaf3c063186b2023fd8 100644 (file)
@@ -46,7 +46,7 @@ int main(int argc, const char *argv[]) {
         bitmap_unset(b, 32);
 
         BITMAP_FOREACH(n, NULL)
-                assert_not_reached("NULL bitmap");
+                assert_not_reached();
 
         assert_se(bitmap_set(b, 0) == 0);
         assert_se(bitmap_set(b, 1) == 0);