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_attributes_ref_test.cc')
-rw-r--r--tests/gtests/functions/FN_attributes_ref_test.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/gtests/functions/FN_attributes_ref_test.cc b/tests/gtests/functions/FN_attributes_ref_test.cc
index 111190564e5..eda4592d214 100644
--- a/tests/gtests/functions/FN_attributes_ref_test.cc
+++ b/tests/gtests/functions/FN_attributes_ref_test.cc
@@ -20,8 +20,7 @@
#include "testing/testing.h"
-namespace blender {
-namespace fn {
+namespace blender::fn {
TEST(attributes_info, BuildEmpty)
{
@@ -110,5 +109,4 @@ TEST(mutable_attributes_ref, ComplexTest)
EXPECT_EQ(ids[2], 100);
}
-} // namespace fn
-} // namespace blender
+} // namespace blender::fn