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
ISC Open Source Projects
Kea
Commits
cb9e761c
Commit
cb9e761c
authored
Oct 29, 2012
by
Mukund Sivaraman
Browse files
[2369] Update comment, whitespace
parent
7fb91131
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/inputsource_unittest.cc
View file @
cb9e761c
...
...
@@ -100,7 +100,7 @@ TEST_F(InputSourceTest, getAndUngetChar) {
}
// ungetAll() should skip back to the place where the InputSource
// started at construction.
// started at construction
, or the last saved start of line
.
TEST_F
(
InputSourceTest
,
ungetAll
)
{
while
(
!
source_
.
atEOF
())
{
source_
.
getChar
();
...
...
@@ -117,7 +117,6 @@ TEST_F(InputSourceTest, ungetAll) {
EXPECT_FALSE
(
source_
.
atEOF
());
}
// Test line counters.
TEST_F
(
InputSourceTest
,
lines
)
{
size_t
line
=
1
;
...
...
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