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
2891ecb0
Commit
2891ecb0
authored
Oct 19, 2009
by
Jeremy C. Reed
Browse files
Fix typo in a comment.
git-svn-id:
svn://bind10.isc.org/svn/bind10/trunk@97
e5f2f494-b856-4b98-b285-d166d9295462
parent
d918661d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/run_unittests.cc
View file @
2891ecb0
...
...
@@ -32,7 +32,7 @@ main(int argc, char* argv[])
CppUnit
::
TestRunner
runner
;
CppUnit
::
TestResult
controller
;
// Add a listener that coll
l
ects test result
// Add a listener that collects test result
CppUnit
::
TestResultCollector
result
;
controller
.
addListener
(
&
result
);
...
...
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