summaryrefslogtreecommitdiff
path: root/src/components/policy/test/shared_library_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/test/shared_library_test.cc')
-rw-r--r--src/components/policy/test/shared_library_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/policy/test/shared_library_test.cc b/src/components/policy/test/shared_library_test.cc
index f4177f0fd9..b7183a9085 100644
--- a/src/components/policy/test/shared_library_test.cc
+++ b/src/components/policy/test/shared_library_test.cc
@@ -35,7 +35,7 @@
namespace test {
namespace components {
-namespace policy {
+namespace policy_test {
::testing::AssertionResult IsError(void* error) {
if (error) {
@@ -71,6 +71,6 @@ TEST(SharedLibraryTest,
EXPECT_FALSE(IsError(dlerror()));
}
-} // namespace policy
+} // namespace policy_test
} // namespace components
} // namespace test