Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
f569d326
Commit
f569d326
authored
Sep 26, 2012
by
JINMEI Tatuya
Browse files
[2218] style fix: combine two short lines
parent
c7060ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/tests/domaintree_unittest.cc
View file @
f569d326
...
...
@@ -996,8 +996,7 @@ TEST_F(DomainTreeTest, largestNode) {
TreeHolder
empty_tree_holder
(
mem_sgmt_
,
TestDomainTree
::
create
(
mem_sgmt_
));
TestDomainTree
&
empty_tree
(
*
empty_tree_holder
.
get
());
EXPECT_EQ
(
static_cast
<
void
*>
(
NULL
),
empty_tree
.
largestNode
());
EXPECT_EQ
(
static_cast
<
void
*>
(
NULL
),
empty_tree
.
largestNode
());
}
TEST_F
(
DomainTreeTest
,
nextNodeError
)
{
...
...
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