Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
e69183d6
Commit
e69183d6
authored
Aug 29, 2012
by
Mukund Sivaraman
Browse files
[2107] Fix a typo in a comment
parent
0aeb26af
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/tests/domaintree_unittest.cc
View file @
e69183d6
...
...
@@ -156,7 +156,7 @@ TEST_F(DomainTreeTest, insertNames) {
Name
(
"example.com"
),
&
dtnode
));
EXPECT_EQ
(
17
,
dtree
.
getNodeCount
());
// ad data to it; also make sure it doesn't have data right now
// ad
d
data to it; also make sure it doesn't have data right now
// (otherwise it would leak)
EXPECT_EQ
(
static_cast
<
int
*>
(
NULL
),
dtnode
->
setData
(
new
int
(
12
)));
...
...
Write
Preview
Supports
Markdown
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