diff options
| author | Vicent Martà <tanoku@gmail.com> | 2012-05-18 01:48:50 +0200 | 
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2012-05-18 01:48:50 +0200 | 
| commit | 904b67e69fa15b7a3246e43b3d78645ffa2331f6 (patch) | |
| tree | 3be54c31248759ba27a08cef52558385116d9b19 /tests-clar/notes/notes.c | |
| parent | e172cf082e62aa421703080d0bccb7b8762c8bd4 (diff) | |
| download | libgit2-904b67e69fa15b7a3246e43b3d78645ffa2331f6.tar.gz | |
errors: Rename error codesbreaking-changes
Diffstat (limited to 'tests-clar/notes/notes.c')
| -rw-r--r-- | tests-clar/notes/notes.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/notes/notes.c b/tests-clar/notes/notes.c index c23a9f0f9..5185f25ea 100644 --- a/tests-clar/notes/notes.c +++ b/tests-clar/notes/notes.c @@ -127,7 +127,7 @@ void test_notes_notes__retrieving_a_list_of_notes_for_an_unknown_namespace_retur  	error = git_note_foreach(_repo, "refs/notes/i-am-not", note_list_cb, &retrieved_notes);  	cl_git_fail(error); -	cl_assert_equal_i(GIT_NOTFOUND, error); +	cl_assert_equal_i(GIT_ENOTFOUND, error);  	cl_assert_equal_i(0, retrieved_notes);  }  | 
