Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
e62b6417
Commit
e62b6417
authored
Oct 26, 2012
by
JINMEI Tatuya
Browse files
[2370] make MasterLexerTokenTest members protected (not public) by convention
parent
a88ab93f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/master_lexer_token_unittest.cc
View file @
e62b6417
...
...
@@ -29,7 +29,7 @@ const char TEST_STRING[] = "string token";
const
size_t
TEST_STRING_LEN
=
sizeof
(
TEST_STRING
)
-
1
;
class
MasterLexerTokenTest
:
public
::
testing
::
Test
{
p
ublic
:
p
rotected
:
MasterLexerTokenTest
()
:
token_eof
(
MasterLexer
::
Token
::
END_OF_FILE
),
token_str
(
TEST_STRING
,
TEST_STRING_LEN
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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