summaryrefslogtreecommitdiff
path: root/tests/refs/namespaces.c
Commit message (Collapse)AuthorAgeFilesLines
* strarray: we should `dispose` instead of `free`Edward Thomson2020-06-011-1/+1
| | | | | | We _dispose_ the contents of objects; we _free_ objects (and their contents). Update `git_strarray_free` to be `git_strarray_dispose`. `git_strarray_free` remains as a deprecated proxy function.
* refs::namespace: add namespace testsEdward Thomson2017-03-061-0/+36
These simple tests only ensure that we enforce the existence of a namespace; these mirror the rugged tests, they are not exhaustive.