Update list tests
This commit is contained in:
parent
aa44980abd
commit
96b06906f8
@ -10,7 +10,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
list_init(&x);
|
||||
|
||||
for (int i = 0, c = random_uint8()%16; i < 12; ++i) {
|
||||
for (int i = 0, c = random_uint8()%12; i < 12; ++i) {
|
||||
if (i == c) {
|
||||
list_push_back(&x, 0);
|
||||
} else list_push_random(&x, random_boolean());
|
||||
|
Loading…
Reference in New Issue
Block a user