diff options
author | Edward Thomson <ethomson@github.com> | 2021-07-16 08:47:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-16 08:47:28 -0400 |
commit | d6bea53d10ed59b774d0642c844974d3c167d6f0 (patch) | |
tree | 2137189b939db66fb96041f4f8ed995df13cc3a8 /tests/graph/commit_graph.c | |
parent | 589654d8b420a32428a0f04daac8755e0aedf9a2 (diff) | |
download | libgit2-d6bea53d10ed59b774d0642c844974d3c167d6f0.tar.gz |
Update tests/graph/commit_graph.c
Diffstat (limited to 'tests/graph/commit_graph.c')
-rw-r--r-- | tests/graph/commit_graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/graph/commit_graph.c b/tests/graph/commit_graph.c index ce0894fde..75a6c529e 100644 --- a/tests/graph/commit_graph.c +++ b/tests/graph/commit_graph.c @@ -66,7 +66,7 @@ void test_graph_commit_graph__parse_octopus_merge(void) cl_git_pass(git_oid_fromstr(&id, "348f16ffaeb73f319a75cec5b16a0a47d2d5e27c")); cl_assert_equal_oid(&e.tree_oid, &id); cl_assert_equal_i(e.generation, 7); - cl_assert_equal_i(e.commit_time, INT64_C(1447083009)); + cl_assert_equal_i(e.commit_time, UINT64_C(1447083009)); cl_assert_equal_i(e.parent_count, 3); cl_git_pass(git_oid_fromstr(&id, "ad2ace9e15f66b3d1138922e6ffdc3ea3f967fa6")); |