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
e6d40280
Commit
e6d40280
authored
Dec 06, 2012
by
JINMEI Tatuya
Browse files
[2377] hide test definitions in an unnamed namespace.
parent
44f835de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/master_loader_unittest.cc
View file @
e6d40280
...
...
@@ -35,6 +35,7 @@ using std::list;
using
std
::
ofstream
;
using
std
::
endl
;
namespace
{
class
MasterLoaderTest
:
public
::
testing
::
Test
{
public:
MasterLoaderTest
()
:
...
...
@@ -243,3 +244,4 @@ TEST_F(MasterLoaderTest, loadTwice) {
loader_
->
load
();
EXPECT_THROW
(
loader_
->
load
(),
isc
::
InvalidOperation
);
}
}
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