mirror of
https://github.com/systemd/systemd.git
synced 2025-01-12 13:18:14 +03:00
test: use set_isempty() in one more place
This commit is contained in:
parent
6f8b3838c9
commit
cfae9ec203
@ -141,7 +141,7 @@ TEST(set_ensure_allocated) {
|
||||
assert_se(set_ensure_allocated(&m, &string_hash_ops) == 1);
|
||||
assert_se(set_ensure_allocated(&m, &string_hash_ops) == 0);
|
||||
assert_se(set_ensure_allocated(&m, NULL) == 0);
|
||||
assert_se(set_size(m) == 0);
|
||||
assert_se(set_isempty(m));
|
||||
}
|
||||
|
||||
TEST(set_copy) {
|
||||
|
Loading…
Reference in New Issue
Block a user