Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
protobuf-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
protobuf-c
Commits
b00f6d22
Commit
b00f6d22
authored
Nov 22, 2013
by
Ilya Lipnitskiy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
t/generated-code2/test-generated-code2.c: Rename test_optional_merge to
test_field_merge
parent
f4b9fd20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
t/generated-code2/test-generated-code2.c
t/generated-code2/test-generated-code2.c
+2
-2
No files found.
t/generated-code2/test-generated-code2.c
View file @
b00f6d22
...
...
@@ -1407,7 +1407,7 @@ test_optional_default_values (void)
}
static
void
test_
optional
_merge
(
void
)
test_
field
_merge
(
void
)
{
Foo__TestMessOptional
msg1
=
FOO__TEST_MESS_OPTIONAL__INIT
;
Foo__SubMess
sub1
=
FOO__SUB_MESS__INIT
;
...
...
@@ -1670,7 +1670,7 @@ static Test tests[] =
{
"test required default values"
,
test_required_default_values
},
{
"test optional default values"
,
test_optional_default_values
},
{
"test
optional merge"
,
test_optional
_merge
},
{
"test
field merge"
,
test_field
_merge
},
{
"test free unpacked"
,
test_alloc_free_all
},
{
"test alloc failure"
,
test_alloc_fail
},
...
...
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