summaryrefslogtreecommitdiff
path: root/tests-clar/core/errors.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: fix assertionnulltoken2012-06-071-1/+1
|
* Remove old and unused error codesVicent Martí2012-05-021-33/+16
|
* Update clar and remove old helpersRussell Belfer2012-04-171-2/+4
| | | | | | This updates to the latest clar which includes the helpers `cl_assert_equal_s` and `cl_assert_equal_i`. Convert the code over to use those and remove the old libgit2-only helpers.
* Fix MSVC "unreferenced local variable" compilation warning.nulltoken2012-04-041-0/+1
|
* Resolve comments from pull requestRussell Belfer2012-03-131-0/+74
This converts the map validation function into a macro, tweaks the GITERR_OS system error automatic appending, and adds a tentative new error access API and some quick unit tests for both the old and new error APIs.