Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gtests/functions/FN_cpp_type_test.cc')
-rw-r--r--tests/gtests/functions/FN_cpp_type_test.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/gtests/functions/FN_cpp_type_test.cc b/tests/gtests/functions/FN_cpp_type_test.cc
index 33e6fbee7f6..f6ae0877ed1 100644
--- a/tests/gtests/functions/FN_cpp_type_test.cc
+++ b/tests/gtests/functions/FN_cpp_type_test.cc
@@ -18,8 +18,7 @@
#include "FN_cpp_type.hh"
-namespace blender {
-namespace fn {
+namespace blender::fn {
static const int default_constructed_value = 1;
static const int copy_constructed_value = 2;
@@ -306,5 +305,4 @@ TEST(cpp_type, FillUninitialized)
EXPECT_EQ(buffer2[9], 0);
}
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn