Changeset b6061f8c in mainline for uspace/lib/c/test/adt/odict.c
- Timestamp:
- 2025-04-14T14:18:50Z (8 months ago)
- Children:
- f444633
- Parents:
- c7c6afd (diff), 5d2bdaa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Wayne Thornton <wmthornton-dev@…> (2025-04-14 14:18:50)
- git-committer:
- GitHub <noreply@…> (2025-04-14 14:18:50)
- File:
-
- 1 edited
-
uspace/lib/c/test/adt/odict.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/test/adt/odict.c
rc7c6afd rb6061f8c 233 233 234 234 e->key = v; 235 odict_insert(&e->odict, &odict, &ep->odict);235 odict_insert(&e->odict, &odict, ep ? &ep->odict : NULL); 236 236 PCUT_ASSERT_ERRNO_VAL(EOK, odict_validate(&odict)); 237 237 v = seq_next(v);
Note:
See TracChangeset
for help on using the changeset viewer.
