summaryrefslogtreecommitdiff
path: root/tests/odb/backend/backend_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/odb/backend/backend_helpers.c')
-rw-r--r--tests/odb/backend/backend_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/odb/backend/backend_helpers.c b/tests/odb/backend/backend_helpers.c
index c0f4103f1..139d2fc72 100644
--- a/tests/odb/backend/backend_helpers.c
+++ b/tests/odb/backend/backend_helpers.c
@@ -139,7 +139,7 @@ int build_fake_backend(
fake_backend *backend;
backend = git__calloc(1, sizeof(fake_backend));
- GITERR_CHECK_ALLOC(backend);
+ GIT_ERROR_CHECK_ALLOC(backend);
backend->parent.version = GIT_ODB_BACKEND_VERSION;