summaryrefslogtreecommitdiff
path: root/tests/refs/lookup.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/refs/lookup.c')
-rw-r--r--tests/refs/lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/refs/lookup.c b/tests/refs/lookup.c
index 456d0d2a8..01e956de2 100644
--- a/tests/refs/lookup.c
+++ b/tests/refs/lookup.c
@@ -64,5 +64,5 @@ void test_refs_lookup__dwim_notfound(void)
git_reference *ref;
cl_git_fail_with(GIT_ENOTFOUND, git_reference_dwim(&ref, g_repo, "idontexist"));
- cl_assert_equal_s("no reference found for shorthand 'idontexist'", giterr_last()->message);
+ cl_assert_equal_s("no reference found for shorthand 'idontexist'", git_error_last()->message);
}