Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
aff70018
Commit
aff70018
authored
Aug 31, 2014
by
Linquize
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MSVC does not support zero size array
parent
46a13f32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
tests/online/push.c
+1
-2
No files found.
tests/online/push.c
View file @
aff70018
...
...
@@ -864,7 +864,6 @@ void test_online_push__notes(void)
push_status
exp_stats
[]
=
{
{
"refs/notes/commits"
,
1
}
};
expected_ref
exp_refs
[]
=
{
{
"refs/notes/commits"
,
&
expected_oid
}
};
const
char
*
specs_del
[]
=
{
":refs/notes/commits"
};
expected_ref
exp_refs_del
[]
=
{
};
git_oid_fromstr
(
&
expected_oid
,
"8461a99b27b7043e58ff6e1f5d2cf07d282534fb"
);
...
...
@@ -882,7 +881,7 @@ void test_online_push__notes(void)
do_push
(
specs_del
,
ARRAY_SIZE
(
specs_del
),
exp_stats
,
1
,
exp_refs_del
,
ARRAY_SIZE
(
exp_refs_del
)
,
0
,
0
,
0
);
NULL
,
0
,
0
,
0
,
0
);
git_signature_free
(
signature
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment