2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[2377] hide test definitions in an unnamed namespace.

This commit is contained in:
JINMEI Tatuya
2012-12-06 20:23:44 -08:00
parent 44f835de6b
commit e6d402802c

View File

@@ -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);
}
}