summaryrefslogtreecommitdiff
path: root/libs/ui/tests/Size_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ui/tests/Size_test.cpp')
-rw-r--r--libs/ui/tests/Size_test.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/ui/tests/Size_test.cpp b/libs/ui/tests/Size_test.cpp
index 38f37ad827..5f75aeabeb 100644
--- a/libs/ui/tests/Size_test.cpp
+++ b/libs/ui/tests/Size_test.cpp
@@ -33,8 +33,7 @@
#include <gtest/gtest.h>
-namespace android {
-namespace ui {
+namespace android::ui {
TEST(SizeTest, BasicConstructionAndEqualityComparison) {
Size s(123, 456);
@@ -215,5 +214,4 @@ TEST(SizeTest, Uint32RangeIsClamped) {
ClampTest(uint32_t(0), int32_t(0));
}
-} // namespace ui
-} // namespace android
+} // namespace android::ui